diff options
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | textproc/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index ca87b6bcafd..65d32a7172a 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.4965 2004/02/23 01:58:41 xtraeme Exp $ +$NetBSD: CHANGES,v 1.4966 2004/02/23 08:40:51 xtraeme Exp $ Changes to the packages collection and infrastructure in 2004: @@ -987,3 +987,4 @@ Changes to the packages collection and infrastructure in 2004: Updated udfclient to 0.20 [reinoud 2004-02-23] Added jftpgw-0.13.4 [xtraeme 2004-02-23] Updated osh to 040216 [xtraeme 2004-02-23] + Added xml2doc-20030510 [xtraeme 2004-02-23] diff --git a/textproc/Makefile b/textproc/Makefile index 6b8fab4c427..66b8cabc327 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.234 2004/02/22 20:13:14 minskim Exp $ +# $NetBSD: Makefile,v 1.235 2004/02/23 08:40:51 xtraeme Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -238,6 +238,7 @@ SUBDIR+= xalan-j SUBDIR+= xerces-c SUBDIR+= xerces-j SUBDIR+= xhtml +SUBDIR+= xml2doc SUBDIR+= xml-i18n-tools SUBDIR+= xmlcatmgr SUBDIR+= xp |