diff options
-rw-r--r-- | doc/CHANGES-2007 | 3 | ||||
-rw-r--r-- | textproc/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2007 b/doc/CHANGES-2007 index cfb9dc55663..e5e57280aee 100644 --- a/doc/CHANGES-2007 +++ b/doc/CHANGES-2007 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2007,v 1.1133 2007/05/25 23:58:20 rh Exp $ +$NetBSD: CHANGES-2007,v 1.1134 2007/05/26 00:59:50 minskim Exp $ Changes to the packages collection and infrastructure in 2007: @@ -2229,3 +2229,4 @@ Changes to the packages collection and infrastructure in 2007: Updated mail/Pantomime to 1.1.2nb4 [rh 2007-05-25] Added devel/ragel version 5.21 [minskim 2007-05-25] Updated mail/GNUMail to 1.1.2nb7 [rh 2007-05-25] + Added textproc/xhtmldiff version 1.2.2 [minskim 2007-05-26] diff --git a/textproc/Makefile b/textproc/Makefile index f3c88b39e45..57c7a5e1b9a 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.363 2007/05/24 10:50:34 minskim Exp $ +# $NetBSD: Makefile,v 1.364 2007/05/26 00:59:50 minskim Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -351,6 +351,7 @@ SUBDIR+= xerces-c SUBDIR+= xerces-j SUBDIR+= xfce4-dict-plugin SUBDIR+= xhtml +SUBDIR+= xhtmldiff SUBDIR+= xml2doc SUBDIR+= xmlcatmgr SUBDIR+= xmlindent |