diff options
author | agc <agc> | 2001-05-14 13:37:44 +0000 |
---|---|---|
committer | agc <agc> | 2001-05-14 13:37:44 +0000 |
commit | 11ee246baac07ffe35623580829742751e848f2f (patch) | |
tree | 0050d630dcb0172e78acee37f78f97f8d707665d /converters/Makefile | |
parent | 2764691f913afeb268cf5fddcb824a3785bae63a (diff) | |
download | pkgsrc-11ee246baac07ffe35623580829742751e848f2f.tar.gz |
Add and enable rtf2html
Diffstat (limited to 'converters/Makefile')
-rw-r--r-- | converters/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/Makefile b/converters/Makefile index 457ba634048..3ed92023a6e 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2001/05/14 13:25:27 agc Exp $ +# $NetBSD: Makefile,v 1.29 2001/05/14 13:37:44 agc Exp $ # COMMENT= Character code converters @@ -16,6 +16,7 @@ SUBDIR+= p5-MIME-Base64 SUBDIR+= psiconv SUBDIR+= recode SUBDIR+= rpm2cpio +SUBDIR+= rtf2html SUBDIR+= txt2html SUBDIR+= unix2dos SUBDIR+= uudeview |