diff options
author | markd <markd@pkgsrc.org> | 2010-06-06 23:42:20 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2010-06-06 23:42:20 +0000 |
commit | f56294fe9d6dd7e7db392663197d41b542026bee (patch) | |
tree | 96696d9b483d56c9cc34ee421e29b5e06550d8a1 /textproc | |
parent | 55e2a722650d5fa8402a0e9e3f934faf833a9ba5 (diff) | |
download | pkgsrc-f56294fe9d6dd7e7db392663197d41b542026bee.tar.gz |
Add lit2epub
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 1a778694df0..45dbe4824fa 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.541 2010/05/19 12:42:08 obache Exp $ +# $NetBSD: Makefile,v 1.542 2010/06/06 23:42:20 markd Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -193,6 +193,7 @@ SUBDIR+= libxml2 SUBDIR+= libxslt SUBDIR+= libyaml SUBDIR+= link-grammar +SUBDIR+= lit2epub SUBDIR+= lout SUBDIR+= lq-sp SUBDIR+= lua-expat |