mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
16 lines
517 B
Plaintext
16 lines
517 B
Plaintext
===========================================================================
|
|
$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.
|
|
|
|
===========================================================================
|