summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--converters/Makefile3
-rw-r--r--doc/CHANGES-20083
2 files changed, 4 insertions, 2 deletions
diff --git a/converters/Makefile b/converters/Makefile
index 9f7a9955f13..0fc9b264a9a 100644
--- a/converters/Makefile
+++ b/converters/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2007/09/11 16:59:54 abs Exp $
+# $NetBSD: Makefile,v 1.93 2008/04/17 12:39:36 reed Exp $
#
COMMENT= Document format and character code converters
@@ -31,6 +31,7 @@ SUBDIR+= libwpd
SUBDIR+= macfork
SUBDIR+= mpack
SUBDIR+= nkf
+SUBDIR+= odt2txt
SUBDIR+= p5-Convert-BinHex
SUBDIR+= p5-Convert-TNEF
SUBDIR+= p5-Convert-UUlib
diff --git a/doc/CHANGES-2008 b/doc/CHANGES-2008
index d5542c9ab19..e875e51244f 100644
--- a/doc/CHANGES-2008
+++ b/doc/CHANGES-2008
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2008,v 1.767 2008/04/17 12:34:10 wiz Exp $
+$NetBSD: CHANGES-2008,v 1.768 2008/04/17 12:39:36 reed Exp $
Changes to the packages collection and infrastructure in 2008:
@@ -1474,3 +1474,4 @@ Changes to the packages collection and infrastructure in 2008:
Updated www/firefox-bin to 2.0.0.14 [ghen 2008-04-17]
Updated www/firefox-gtk1 to 2.0.0.14 [ghen 2008-04-17]
Updated x11/libX11 to 1.1.4 [wiz 2008-04-17]
+ Added converters/odt2txt version 0.3 [reed 2008-04-17]