diff options
author | nik <nik@FreeBSD.org> | 1999-04-14 22:43:39 +0000 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 1999-04-14 22:43:39 +0000 |
commit | ec9735dd08e47aed9e6be66a959400749a446571 (patch) | |
tree | 42fa3f36da4ea1fc5b514209cf8adc91a2889bf0 /textproc/Makefile | |
parent | a85def50446d4e7fd89e8c248702b82dd0968d83 (diff) | |
download | FreeBSD-ports-ec9735dd08e47aed9e6be66a959400749a446571.zip FreeBSD-ports-ec9735dd08e47aed9e6be66a959400749a446571.tar.gz |
Add docbook-{241,300,310}
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index c17a1a7..46cb7eb 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.45 1999/03/28 14:17:34 kuriyama Exp $ +# $Id: Makefile,v 1.46 1999/04/13 15:29:00 taoka Exp $ # SUBDIR += agrep @@ -8,6 +8,9 @@ SUBDIR += catdoc SUBDIR += dict SUBDIR += docbook + SUBDIR += docbook-241 + SUBDIR += docbook-300 + SUBDIR += docbook-310 SUBDIR += docbook-xml SUBDIR += docproj SUBDIR += dsssl-docbook-modular |