diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-18 20:52:04 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-18 20:52:04 +0000 |
commit | 3a96a2d46269e90eff02c0cbb9e04f7a9ba0a05f (patch) | |
tree | 199f458477fb1ddd8691d0a79240d25eab577171 /print/Makefile | |
parent | 91f3474ac87173157159ee067e42d811b9d9903a (diff) |
Add latexmk, tool which completely automates the process of generating a LaTeX
document. Essentially, it is a highly specialized relative of the general make
utility.
PR: ports/75206
Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar>
Notes
Notes:
svn path=/head/; revision=124418
Diffstat (limited to 'print/Makefile')
-rw-r--r-- | print/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 173cb40f4832..0c36b00c04b9 100644 --- a/print/Makefile +++ b/print/Makefile @@ -126,6 +126,7 @@ SUBDIR += latex-xcolor SUBDIR += latex2rtf SUBDIR += latex2slides + SUBDIR += latexmk SUBDIR += lgrind SUBDIR += libgnomecups SUBDIR += libgnomeprint |