diff options
author | nik <nik@FreeBSD.org> | 1999-04-15 06:43:39 +0800 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 1999-04-15 06:43:39 +0800 |
commit | ec9735dd08e47aed9e6be66a959400749a446571 (patch) | |
tree | 42fa3f36da4ea1fc5b514209cf8adc91a2889bf0 /textproc | |
parent | a85def50446d4e7fd89e8c248702b82dd0968d83 (diff) | |
download | freebsd-ports-gnome-ec9735dd08e47aed9e6be66a959400749a446571.tar.gz freebsd-ports-gnome-ec9735dd08e47aed9e6be66a959400749a446571.tar.zst freebsd-ports-gnome-ec9735dd08e47aed9e6be66a959400749a446571.zip |
Add docbook-{241,300,310}
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index c17a1a71758b..46cb7eba7b7f 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 |