summaryrefslogtreecommitdiff
path: root/print/latex-mk/MESSAGE
blob: 78a0dd2535c66cf3db434cd48fe73af9d20b4ce7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
===========================================================================
$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.

===========================================================================