diff options
author | agc <agc@pkgsrc.org> | 2001-11-08 13:04:41 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-11-08 13:04:41 +0000 |
commit | 37db2767bdce10a35d44db73daccfa3cda236161 (patch) | |
tree | 0b4c06051f849b45efce895a1c179df012d05cdf /textproc/Makefile | |
parent | b3df2f05f85f4706602bd9bbfc1a33b9bd2fc881 (diff) | |
download | pkgsrc-37db2767bdce10a35d44db73daccfa3cda236161.tar.gz |
Add and enable docbook-xml
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 02f3e676554..c761508d99a 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.123 2001/10/16 06:29:12 jlam Exp $ +# $NetBSD: Makefile,v 1.124 2001/11/08 13:04:41 agc Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -13,6 +13,7 @@ SUBDIR+= detex SUBDIR+= dict-client SUBDIR+= dict-server SUBDIR+= docbook +SUBDIR+= docbook-xml SUBDIR+= dsssl-docbook-modular SUBDIR+= eb SUBDIR+= eperl |