diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-26 15:58:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-26 15:58:11 +0000 |
commit | 851026f4510be43f026bcba86471617c20559c07 (patch) | |
tree | e39e72d3d5966bb21c00eb9b65013dd66d5b61c7 | |
parent | 05772a188d9da636e153e09ef82cae01249caf21 (diff) | |
download | pkgsrc-851026f4510be43f026bcba86471617c20559c07.tar.gz |
Add and enable xmlto.
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 0eb8e2245cb..61933c22b2c 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.272 2004/12/04 04:32:02 uebayasi Exp $ +# $NetBSD: Makefile,v 1.273 2004/12/26 15:58:11 wiz Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -271,6 +271,7 @@ SUBDIR+= xml2doc SUBDIR+= xmlcatmgr SUBDIR+= xmlindent SUBDIR+= xmlstarlet +SUBDIR+= xmlto SUBDIR+= xp SUBDIR+= xslide SUBDIR+= xt |