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 | 156655c32a73029dcc46868b08c4487cae5e5391 (patch) | |
tree | 96f4bbf1c6117d37d0e18ebf5069c3038d12b07e /textproc | |
parent | eaf46e8c5d1634d84cf409d9d4181fb898ab08b2 (diff) | |
download | pkgsrc-156655c32a73029dcc46868b08c4487cae5e5391.tar.gz |
Add xmltoman to pkgsrc/textproc top-level Makefile.
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 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 |