]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
examples: Regenerate stamp-po after POT has changed
authorDaiki Ueno <ueno@gnu.org>
Fri, 5 Dec 2014 09:17:49 +0000 (18:17 +0900)
committerDaiki Ueno <ueno@gnu.org>
Fri, 5 Dec 2014 09:30:25 +0000 (18:30 +0900)
* Makefile.am (distdir1): Invoke 'all' target in po/Makefile,
after 'update-po'.

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

index ab2b7e3b1cfdcb3d00d9f5c0a1680924de52a45e..91d74a3ca54c43bc11eacf7f921674b98e497db0 100644 (file)
@@ -1,3 +1,9 @@
+2014-12-05  Daiki Ueno  <ueno@gnu.org>
+
+       examples: Regenerate stamp-po after POT has changed
+       * Makefile.am (distdir1): Invoke 'all' target in po/Makefile,
+       after 'update-po'.
+
 2014-12-05  Daiki Ueno  <ueno@gnu.org>
 
        examples: Include hello-*.pot in the distribution
index 9092649b70c5bed994dfab2097c8b72356a74e93..218e82c1a8c70aa89f3aa9c759cca7011595c60a 100644 (file)
@@ -504,7 +504,7 @@ uninstall-local:
 
 # Invoked from inside automake's distdir target.
 distdir1:
-       cd po && $(MAKE) update-po
+       cd po && $(MAKE) update-po all
        for file in $(EXAMPLESFILES); do \
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \