diff options
author | Nik Clayton <nik@FreeBSD.org> | 1998-06-29 16:18:18 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 1998-06-29 16:18:18 +0000 |
commit | b71f144f0b4c82e3053ada67172e81227f68baf0 (patch) | |
tree | cde3cdcf7ee25574f9604e1fcf3c9eb44e5392d8 /textproc | |
parent | fea2bc355c79acc635bcef8c572e1bcd0d14539b (diff) | |
download | ports-b71f144f0b4c82e3053ada67172e81227f68baf0.tar.gz ports-b71f144f0b4c82e3053ada67172e81227f68baf0.zip |
Added 'docproj'
Notes
Notes:
svn path=/head/; revision=11610
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 a51f77252aa7..0bca71bd668a 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 |