]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
examples: Don't forcibly regenerate POT files on 'make dist'
authorDaiki Ueno <ueno@gnu.org>
Thu, 4 Dec 2014 03:21:35 +0000 (12:21 +0900)
committerDaiki Ueno <ueno@gnu.org>
Thu, 4 Dec 2014 03:21:35 +0000 (12:21 +0900)
Previously we generated POT files on 'make dist'.  However, it
take some time to complete and require autotools bootstrap for
each project.
* Makefile.am (distdir1): Don't invoke update-po rule in po/Makefile.
* po/Makefile.am (distdir1): Don't invoke update-po rule.

gettext-tools/examples/ChangeLog
gettext-tools/examples/Makefile.am
gettext-tools/examples/po/Makefile.am

index 8c7a64b80eda5df8007d1bde986f8d34ccc21523..da08c96d5b79024572a90094400e1d9bde619337 100644 (file)
@@ -1,3 +1,12 @@
+2014-12-04  Daiki Ueno  <ueno@gnu.org>
+
+       examples: Don't forcibly regenerate POT files on 'make dist'
+       Previously we generated POT files on 'make dist'.  However, it
+       take some time to complete and require autotools bootstrap for
+       each project.
+       * Makefile.am (distdir1): Don't invoke update-po rule in po/Makefile.
+       * po/Makefile.am (distdir1): Don't invoke update-po rule.
+
 2014-10-15  Daiki Ueno  <ueno@gnu.org>
 
        * gettext 0.19.3 released.
index 9092649b70c5bed994dfab2097c8b72356a74e93..9cc56ff8681698dc95254ed8662de0b2fa5ae9d1 100644 (file)
@@ -504,7 +504,6 @@ uninstall-local:
 
 # Invoked from inside automake's distdir target.
 distdir1:
-       cd po && $(MAKE) update-po
        for file in $(EXAMPLESFILES); do \
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
index 9bd213f49f2cc886eddbd7bd90e0013cc92f860c..0f5d2861153126865017e1a4f64c6a4e421f9b39 100644 (file)
@@ -339,7 +339,6 @@ EXTRA_DIST = remove-potcdate.sin xsmallpot.sh mmsmallpo.sh LINGUAS \
 # Hidden from automake, but really activated. Works around an automake-1.5 bug.
 #distdir: distdir1
 distdir1:
-       $(MAKE) update-po
        if test -f $(srcdir)/$(DOMAIN).pot; then \
          for file in $(DOMAIN).pot stamp-po; do \
            if test -f $$file; then d=.; else d=$(srcdir); fi; \