diff options
author | wosch <wosch@FreeBSD.org> | 1997-10-11 18:38:49 +0800 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1997-10-11 18:38:49 +0800 |
commit | 37cf8f75fc0cb4e31a150142af7de0e343097c75 (patch) | |
tree | b9d42bb1a955b73119287733179678c25b0b6f53 /textproc | |
parent | 4f2d51b4741d9ac4638d4275d89908672c7f831f (diff) | |
download | freebsd-ports-gnome-37cf8f75fc0cb4e31a150142af7de0e343097c75.tar.gz freebsd-ports-gnome-37cf8f75fc0cb4e31a150142af7de0e343097c75.tar.zst freebsd-ports-gnome-37cf8f75fc0cb4e31a150142af7de0e343097c75.zip |
enable info2html
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 74078f6a01ce..f993a3e4b98a 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,10 +1,11 @@ -# $Id: Makefile,v 1.9 1997/09/19 21:37:44 jfieber Exp $ +# $Id: Makefile,v 1.10 1997/10/01 07:09:55 max Exp $ # SUBDIR += agrep SUBDIR += docbook SUBDIR += glimpse SUBDIR += html + SUBDIR += info2html SUBDIR += isearch SUBDIR += iso12083 SUBDIR += iso8879 |