diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-12-03 23:50:02 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-12-03 23:50:02 +0000 |
commit | 8f35d221af56be7365ecee48c91bcbdf5144b2b6 (patch) | |
tree | 331a6037d02f10e71c7913e53443e7585eb5cde5 /textproc | |
parent | cbc5bfc38364c5c3c20e62d6fb0027905a26ab9d (diff) | |
download | pkgsrc-8f35d221af56be7365ecee48c91bcbdf5144b2b6.tar.gz |
Add and enable tei, teixsl-fo and teixsl-html.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 4339c256367..a75627962fc 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.216 2003/10/05 11:53:52 wiz Exp $ +# $NetBSD: Makefile,v 1.217 2003/12/03 23:50:02 xtraeme Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -206,6 +206,9 @@ SUBDIR+= subtitleripper SUBDIR+= tcl-dom SUBDIR+= tcl-expat SUBDIR+= tcl-xml +SUBDIR+= tei +SUBDIR+= teixsl-fo +SUBDIR+= teixsl-html SUBDIR+= texi2html SUBDIR+= texi2roff SUBDIR+= troffcvt |