diff options
author | steve <steve@FreeBSD.org> | 1998-07-12 23:25:40 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-07-12 23:25:40 +0000 |
commit | c6d5796a68b829f9df4f38999cb1d7a2c32fab6c (patch) | |
tree | e0652b26da9d5a00778326614a294592b44d35f6 /textproc | |
parent | 1ff386f4f36be7456dc4c2009f45350c4ca6c8cf (diff) | |
download | FreeBSD-ports-c6d5796a68b829f9df4f38999cb1d7a2c32fab6c.zip FreeBSD-ports-c6d5796a68b829f9df4f38999cb1d7a2c32fab6c.tar.gz |
Turn on txt2html.
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 0bca71b..668de1c 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.23 1998/06/16 19:16:34 mph Exp $ +# $Id: Makefile,v 1.24 1998/06/29 16:18:18 nik Exp $ # SUBDIR += agrep @@ -27,6 +27,7 @@ SUBDIR += texi2html SUBDIR += textutils SUBDIR += tth + SUBDIR += txt2html SUBDIR += unroff SUBDIR += urlview SUBDIR += wdiff |