16 lines
517 B
Text
16 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.
|
||
|
|
||
|
===========================================================================
|