examples: Regenerate stamp-po after POT has changed

* Makefile.am (distdir1): Invoke 'all' target in po/Makefile,
after 'update-po'.
This commit is contained in:
Daiki Ueno
2014-12-05 18:17:49 +09:00
parent 5db58a4f98
commit 16693edd8c
2 changed files with 7 additions and 1 deletions
+6
View 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
+1 -1
View 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,/[^/]*$$,,'`; \