From: Daiki Ueno Date: Fri, 5 Dec 2014 09:17:49 +0000 (+0900) Subject: examples: Regenerate stamp-po after POT has changed X-Git-Tag: v0.19.4~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16693edd8ce762e17bef764e4a37a402bc3fa8a3;p=thirdparty%2Fgettext.git examples: Regenerate stamp-po after POT has changed * Makefile.am (distdir1): Invoke 'all' target in po/Makefile, after 'update-po'. --- diff --git a/gettext-tools/examples/ChangeLog b/gettext-tools/examples/ChangeLog index ab2b7e3b1..91d74a3ca 100644 --- a/gettext-tools/examples/ChangeLog +++ b/gettext-tools/examples/ChangeLog @@ -1,3 +1,9 @@ +2014-12-05 Daiki Ueno + + 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 examples: Include hello-*.pot in the distribution diff --git a/gettext-tools/examples/Makefile.am b/gettext-tools/examples/Makefile.am index 9092649b7..218e82c1a 100644 --- a/gettext-tools/examples/Makefile.am +++ b/gettext-tools/examples/Makefile.am @@ -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,/[^/]*$$,,'`; \