diff options
author | minskim <minskim@pkgsrc.org> | 2009-06-07 06:31:46 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-06-07 06:31:46 +0000 |
commit | 8c04f9b0f3033317580936f1062bbf1b00f74ce5 (patch) | |
tree | 9cd6a82c2fd7b3fc72f817d31783257763515011 /textproc/Makefile | |
parent | 8f4ddeaf1b2537830d996bdf059f4a74b96fe504 (diff) | |
download | pkgsrc-8c04f9b0f3033317580936f1062bbf1b00f74ce5.tar.gz |
Add tex-makeindex and tex-makeindex-doc.
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index f9d83c2b896..75146519168 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.483 2009/06/04 19:34:06 jnemeth Exp $ +# $NetBSD: Makefile,v 1.484 2009/06/07 06:31:46 minskim Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -458,6 +458,8 @@ SUBDIR+= tei SUBDIR+= tei-p5-schema SUBDIR+= tei-xsl SUBDIR+= tex-bin-xmltex +SUBDIR+= tex-makeindex +SUBDIR+= tex-makeindex-doc SUBDIR+= tex-xmltex SUBDIR+= tex-xmltex-doc SUBDIR+= tex2page |