summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--converters/Makefile3
-rw-r--r--doc/CHANGES3
2 files changed, 4 insertions, 2 deletions
diff --git a/converters/Makefile b/converters/Makefile
index 752367c8a97..d960cfee212 100644
--- a/converters/Makefile
+++ b/converters/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2004/02/07 21:59:26 minskim Exp $
+# $NetBSD: Makefile,v 1.68 2004/02/16 02:02:07 minskim Exp $
#
COMMENT= Document format and character code converters
@@ -42,6 +42,7 @@ SUBDIR+= py-zhCodecs
SUBDIR+= qkc
SUBDIR+= recode
SUBDIR+= rpm2cpio
+SUBDIR+= rss2html
SUBDIR+= rtf2html
SUBDIR+= ru-d1489
SUBDIR+= ruby-iconv
diff --git a/doc/CHANGES b/doc/CHANGES
index 36b455790ac..3c719904738 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.4853 2004/02/16 01:21:03 minskim Exp $
+$NetBSD: CHANGES,v 1.4854 2004/02/16 02:02:07 minskim Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -863,3 +863,4 @@ Changes to the packages collection and infrastructure in 2004:
Updated snownews to 1.4.4 [wiz 2004-02-15]
Updated gucharmap to 1.2.0nb5 [jmmv 2004-02-16]
Added scew-0.3.1 [minskim 2004-02-16]
+ Added rss2html-0.5 [minskim 2004-02-16]