diff options
author | minskim <minskim> | 2007-01-29 16:43:59 +0000 |
---|---|---|
committer | minskim <minskim> | 2007-01-29 16:43:59 +0000 |
commit | 3eed8147c758c396ce6d97fd269d2d2b107dcc6d (patch) | |
tree | 1743330c3ac805bf2df56c9db539d40efff40555 /textproc | |
parent | 2d4bd35d013aeb733891c02d4331eeb12f273b07 (diff) | |
download | pkgsrc-3eed8147c758c396ce6d97fd269d2d2b107dcc6d.tar.gz |
Add c2html
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 6b4fdc6421f..487660d5c97 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.345 2007/01/10 22:12:53 bad Exp $ +# $NetBSD: Makefile,v 1.346 2007/01/29 16:43:59 minskim Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -39,6 +39,7 @@ SUBDIR+= biblook SUBDIR+= bibparse SUBDIR+= bsdgrep-devel SUBDIR+= btparse +SUBDIR+= c2html SUBDIR+= catdoc SUBDIR+= catdoc-tk SUBDIR+= cawf |