]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fixes for "make dist".
authorBruno Haible <bruno@clisp.org>
Tue, 30 Oct 2001 11:21:21 +0000 (11:21 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 30 Oct 2001 11:21:21 +0000 (11:21 +0000)
doc/ChangeLog
doc/Makefile.am
intl-java/ChangeLog
intl-java/Makefile.am
po/ChangeLog
po/Makefile.in.in

index 4da2fbd74720100134703eff45e131f5a93bf6e4..2a1c617e0b5c173eca79e819bed908f62f770891 100644 (file)
@@ -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
index 77b55e8d38beeb02738fc42d000ed11de8f73f24..7c6b377e851e208446299adf8e9798587b6dbe99 100644 (file)
@@ -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
index 756f6e04968591fba8266731bfa9085aa930b4ca..88515ec36fdec0c8335e107c574ff96be46a2fc1 100644 (file)
@@ -1,3 +1,7 @@
+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),
index e9c3a6ffb509023d11e6e6c8526d608a2d692e50..78923245b7db6489d97827d1b6df29d124abd279 100644 (file)
@@ -24,6 +24,8 @@ jardir = $(datadir)/gettext
 JAR = @JAR@
 JAVACOMP = $(SHELL) ../lib/javacomp.sh
 
+EXTRA_DIST = gnu/gettext/GettextResource.java
+
 
 # Special rules for Java compilation.
 
index b9142f9d0c6b2c30c90d417b19fa128a024c9f47..f82b79bb223ade51072d024121235bcad0ddb2c6 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 4562095e8c463f4cb1f147524ac1d841aa67076d..22b55e926d431f293a09dbcb2d2aedca77925354 100644 (file)
@@ -175,6 +175,7 @@ dist distdir:
 # 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); \