diff options
author | itojun <itojun@FreeBSD.org> | 1998-11-06 17:12:02 +0000 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1998-11-06 17:12:02 +0000 |
commit | dd86a56d240652321c8ea15e5b9502a8452bd945 (patch) | |
tree | 8dd72119a652ab15b58d2a3da9b75295aa443725 /textproc/Makefile | |
parent | 0c60166fa191ecc129ed83e22436ad03b903a5b2 (diff) | |
download | FreeBSD-ports-dd86a56d240652321c8ea15e5b9502a8452bd945.zip FreeBSD-ports-dd86a56d240652321c8ea15e5b9502a8452bd945.tar.gz |
enable mswordview: ms word -> html converter.
fix CATEGORIES in mswordview/Makefile.
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 ce559cf..cf8b8bb 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.28 1998/08/30 02:35:31 max Exp $ +# $Id: Makefile,v 1.29 1998/10/10 13:49:33 vanilla Exp $ # SUBDIR += agrep @@ -20,6 +20,7 @@ SUBDIR += libxml SUBDIR += linuxdoc SUBDIR += mgdiff + SUBDIR += mswordview SUBDIR += nfbtrans SUBDIR += par SUBDIR += pilot_makedoc |