diff options
author | nik <nik@FreeBSD.org> | 1998-06-30 00:18:18 +0800 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 1998-06-30 00:18:18 +0800 |
commit | 08757f3b346eea84c32188564223ccfc3d71911b (patch) | |
tree | 08e351efa98577490db4875ef1b92cc2bbc5e849 /textproc/Makefile | |
parent | 5b692b081cef29bfd00d8e7e3d5f1f13f31d1ee6 (diff) | |
download | freebsd-ports-graphics-08757f3b346eea84c32188564223ccfc3d71911b.tar.gz freebsd-ports-graphics-08757f3b346eea84c32188564223ccfc3d71911b.tar.zst freebsd-ports-graphics-08757f3b346eea84c32188564223ccfc3d71911b.zip |
Added 'docproj'
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 a51f77252aa..0bca71bd668 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,10 +1,11 @@ -# $Id: Makefile,v 1.22 1998/06/10 09:43:10 tg Exp $ +# $Id: Makefile,v 1.23 1998/06/16 19:16:34 mph Exp $ # SUBDIR += agrep SUBDIR += c2html SUBDIR += catdoc SUBDIR += docbook + SUBDIR += docproj SUBDIR += dsssl-docbook-modular SUBDIR += glimpse SUBDIR += html |