diff options
author | gdt <gdt> | 2005-12-01 21:06:13 +0000 |
---|---|---|
committer | gdt <gdt> | 2005-12-01 21:06:13 +0000 |
commit | fd21a8d59552c9ae68aa15391ad3fcdeb0730a7e (patch) | |
tree | 040e12285608844f3f776da160c7c73612fd3b3f /textproc | |
parent | c4070c9692b994e3a24f3296f3f9e88b577a79b4 (diff) | |
download | pkgsrc-fd21a8d59552c9ae68aa15391ad3fcdeb0730a7e.tar.gz |
add tex2page
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index e9c51881d45..0bc7f2e6c9a 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.305 2005/11/24 18:49:57 wiz Exp $ +# $NetBSD: Makefile,v 1.306 2005/12/01 21:06:13 gdt Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -276,6 +276,7 @@ SUBDIR+= tei SUBDIR+= teixsl-fo SUBDIR+= teixsl-html SUBDIR+= tex-xmltex +SUBDIR+= tex2page SUBDIR+= texi2html SUBDIR+= texi2roff SUBDIR+= troffcvt |