diff options
-rw-r--r-- | converters/Makefile | 3 | ||||
-rw-r--r-- | doc/CHANGES | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/converters/Makefile b/converters/Makefile index 953159fc677..590a1578fbf 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2004/01/22 11:31:32 markd Exp $ +# $NetBSD: Makefile,v 1.66 2004/02/07 21:31:41 minskim Exp $ # COMMENT= Document format and character code converters @@ -36,6 +36,7 @@ SUBDIR+= p5-jcode SUBDIR+= p5-nkf SUBDIR+= php4-iconv SUBDIR+= psiconv +SUBDIR+= py-cjkcodecs SUBDIR+= py-jpCodecs SUBDIR+= py-koCodecs SUBDIR+= py-zhCodecs diff --git a/doc/CHANGES b/doc/CHANGES index 53bb953e288..e44ae5f4cf7 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.4727 2004/02/07 20:44:09 wiz Exp $ +$NetBSD: CHANGES,v 1.4728 2004/02/07 21:31:41 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -697,3 +697,4 @@ Changes to the packages collection and infrastructure in 2004: Updated rrdtool to 1.0.40nb2 [seb 2004-02-07] Added JMdict-2003.012 [wiz 2004-02-07] Updated mldonkey to 2.5.8 [wiz 2004-02-07] + Added py-cjkcodecs-1.0.3 [minskim 2004-02-07] |