summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-10-30 11:21:21 +0000
committerBruno Haible <bruno@clisp.org>2001-10-30 11:21:21 +0000
commit36c629b1d7099383bdaccf3c595be79f8eb4ba6a (patch)
tree35104e87d888310ed15d399d2af2852d881ba1b1 /doc
parent5e7b066a4f5f54a729fced3d9cc45b3a65adf001 (diff)
downloadexternal_gettext-36c629b1d7099383bdaccf3c595be79f8eb4ba6a.zip
external_gettext-36c629b1d7099383bdaccf3c595be79f8eb4ba6a.tar.gz
external_gettext-36c629b1d7099383bdaccf3c595be79f8eb4ba6a.tar.bz2
Fixes for "make dist".
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 4da2fbd..2a1c617 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2001-10-30 Bruno Haible <haible@clisp.cons.org>
+
+ * Makefile.am (EXTRA_DIST): Add texi2html.
+
2001-10-21 Bruno Haible <haible@clisp.cons.org>
* gettext.texi (Header Entry): The language-team address can be an
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 77b55e8..7c6b377 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -38,7 +38,7 @@ gettext_TEXINFOS = \
msgattrib.texi msgen.texi msgfmt.texi msgunfmt.texi \
iso-639.texi iso-3166.texi
-EXTRA_DIST = iso-639.sed iso-3166.sed ISO_639 ISO_3166 nls.texi matrix.texi $(EXTRA_DIST_html)
+EXTRA_DIST = iso-639.sed iso-3166.sed ISO_639 ISO_3166 nls.texi matrix.texi $(EXTRA_DIST_html) texi2html
iso-639.texi: ISO_639 iso-639.sed
$(SED) -f $(srcdir)/iso-639.sed $(srcdir)/ISO_639 > iso-639.tmp