diff options
author | bjs <bjs@pkgsrc.org> | 2008-01-16 03:05:36 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-01-16 03:05:36 +0000 |
commit | d835b4cdcfee5de8f14b56323217d6963dc7b33a (patch) | |
tree | 96f4bbf1c6117d37d0e18ebf5069c3038d12b07e /textproc/Makefile | |
parent | 231dfd6620ebf97569f48361f5bfe79eb1045a1e (diff) | |
download | pkgsrc-d835b4cdcfee5de8f14b56323217d6963dc7b33a.tar.gz |
Add xmltoman to pkgsrc/textproc top-level Makefile.
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index cba7952a4e0..dc8a5f5c1cf 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.394 2008/01/15 11:00:07 rillig Exp $ +# $NetBSD: Makefile,v 1.395 2008/01/16 03:05:36 bjs Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -383,6 +383,7 @@ SUBDIR+= xmlindent SUBDIR+= xmlrpc-c SUBDIR+= xmlstarlet SUBDIR+= xmlto +SUBDIR+= xmltoman SUBDIR+= xp SUBDIR+= xslide SUBDIR+= xt |