diff options
author | wennmach <wennmach@pkgsrc.org> | 2000-10-20 14:54:29 +0000 |
---|---|---|
committer | wennmach <wennmach@pkgsrc.org> | 2000-10-20 14:54:29 +0000 |
commit | 85194d21f8fa4125e777abc76881f8bd7c5f2dca (patch) | |
tree | c5b0a9f7841f00a606b3a053c3eebd2dc35e0ac5 /converters | |
parent | cf5429a838383b495522b85eec07dcd8c3cda4c4 (diff) | |
download | pkgsrc-85194d21f8fa4125e777abc76881f8bd7c5f2dca.tar.gz |
Add txt2html.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/Makefile b/converters/Makefile index 0828925985f..e488d1558ac 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2000/10/16 05:57:44 rh Exp $ +# $NetBSD: Makefile,v 1.20 2000/10/20 14:54:29 wennmach Exp $ # FreeBSD Id: Makefile,v 1.8 1997/11/16 22:45:25 jseger Exp # @@ -11,6 +11,7 @@ SUBDIR += p5-MIME-Base64 SUBDIR += psiconv SUBDIR += recode + SUBDIR += txt2html SUBDIR += uudeview SUBDIR += uulib SUBDIR += wv |