+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
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
+2001-10-30 Bruno Haible <haible@clisp.cons.org>
+
+ * Makefile.am (EXTRA_DIST): New variable.
+
2001-10-21 Bruno Haible <haible@clisp.cons.org>
* Makefile.am (install-java-no, install-java-yes): Create $(jardir),
JAR = @JAR@
JAVACOMP = $(SHELL) ../lib/javacomp.sh
+EXTRA_DIST = gnu/gettext/GettextResource.java
+
# Special rules for Java compilation.
+2001-10-30 Bruno Haible <haible@clisp.cons.org>
+
+ * Makefile.in.in (dist2): Distribute LINGUAS if it exists.
+
2001-10-10 Bruno Haible <haible@clisp.cons.org>
* et.po: Add Plural-Forms field.
# This is a separate target because 'update-po' must be executed before.
dist2: $(DISTFILES)
dists="$(DISTFILES)"; \
+ if test -f $(srcdir)/LINGUAS; then dists="$$dists LINGUAS"; fi; \
for file in $$dists; do \
if test -f $$file; then dir=.; else dir=$(srcdir); fi; \
cp -p $$dir/$$file $(distdir); \