diff options
author | jfieber <jfieber@FreeBSD.org> | 1997-09-20 05:37:44 +0800 |
---|---|---|
committer | jfieber <jfieber@FreeBSD.org> | 1997-09-20 05:37:44 +0800 |
commit | b377ab6e60e0da5a480954535d3c8fc3a12ee5af (patch) | |
tree | 7a50b204759eb2fe63597ce27d1d5c3db813b219 /textproc | |
parent | e5d0b878dcd86d2a7b0138c1e4ddaad5c1bd71a0 (diff) | |
download | freebsd-ports-gnome-b377ab6e60e0da5a480954535d3c8fc3a12ee5af.tar.gz freebsd-ports-gnome-b377ab6e60e0da5a480954535d3c8fc3a12ee5af.tar.zst freebsd-ports-gnome-b377ab6e60e0da5a480954535d3c8fc3a12ee5af.zip |
Turn on the html dtd port.
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 67861b304435..ba32ed5b2046 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,9 +1,10 @@ -# $Id: Makefile,v 1.7 1997/07/18 15:48:36 jfieber Exp $ +# $Id: Makefile,v 1.8 1997/08/06 14:49:29 markm Exp $ # SUBDIR += agrep SUBDIR += docbook SUBDIR += glimpse + SUBDIR += html SUBDIR += isearch SUBDIR += iso12083 SUBDIR += iso8879 |