diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2011-08-01 06:00:16 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2011-08-01 06:00:16 +0000 |
commit | 6294b246b1271cb466bf2eca7defa22dd0b9460f (patch) | |
tree | 8abf5f5bc6fbe5125aac66709219501ac0e63754 /print/Makefile | |
parent | 934221cca7ea9d0a328d996e66f3c8179cf06eeb (diff) |
Add print/latex-nomencl, a LaTeX macro package to generate and format a
nomenclature using MakeIndex.
Notes
Notes:
svn path=/head/; revision=278687
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 b9ef94f0260a..2edf73d21656 100644 --- a/print/Makefile +++ b/print/Makefile @@ -148,6 +148,7 @@ SUBDIR += latex-logreq SUBDIR += latex-ltablex SUBDIR += latex-mathabx + SUBDIR += latex-nomencl SUBDIR += latex-pgf SUBDIR += latex-prettyref SUBDIR += latex-resume |