b68b65de68
Latex-Mk is a set of makefile fragments and shell scripts designed to assist in the management of LaTeX documents. The user creates a simple Makefile which sets up a few simple variables and then includes the latex.mk fragment at the end. LaTeX-Mk provides easy targets such as 'view', 'pdf', 'print', and 'clean'. Additional features such as multiple top level documents with some shared and some unique dependencies and draft watermark output are included. LaTeX-Mk works with BSD make and also with GNU make.
15 lines
517 B
Text
15 lines
517 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2002/10/09 05:10:49 dmcmahill Exp $
|
|
|
|
To use LaTeX-Mk in your projects, you will need to include the following
|
|
at the end of your Makefile's if you are using BSD make:
|
|
|
|
.include "${PREFIX}/share/latex-mk/latex.mk"
|
|
|
|
If you are using GNU make, then instead include:
|
|
|
|
include ${PREFIX}/share/latex-mk/latex.gmk
|
|
|
|
at the end of your Makefile.
|
|
|
|
===========================================================================
|