diff options
author | steve <steve@FreeBSD.org> | 1998-07-13 07:25:40 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-07-13 07:25:40 +0800 |
commit | c6d5796a68b829f9df4f38999cb1d7a2c32fab6c (patch) | |
tree | e0652b26da9d5a00778326614a294592b44d35f6 /textproc/Makefile | |
parent | 1ff386f4f36be7456dc4c2009f45350c4ca6c8cf (diff) | |
download | freebsd-ports-gnome-c6d5796a68b829f9df4f38999cb1d7a2c32fab6c.tar.gz freebsd-ports-gnome-c6d5796a68b829f9df4f38999cb1d7a2c32fab6c.tar.zst freebsd-ports-gnome-c6d5796a68b829f9df4f38999cb1d7a2c32fab6c.zip |
Turn on txt2html.
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 0bca71bd668a..668de1c9135b 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 |