diff options
author | markd <markd> | 2010-06-06 23:42:20 +0000 |
---|---|---|
committer | markd <markd> | 2010-06-06 23:42:20 +0000 |
commit | 438d781c72f132c2fabb780e8843aca97f9c5592 (patch) | |
tree | 96696d9b483d56c9cc34ee421e29b5e06550d8a1 /textproc/Makefile | |
parent | 18c0ae5862e068f8815f3ea7e4651887974463e4 (diff) | |
download | pkgsrc-438d781c72f132c2fabb780e8843aca97f9c5592.tar.gz |
Add lit2epub
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 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 |