* Makefile.am (distdir1): Invoke 'all' target in po/Makefile,
after 'update-po'.
+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
# 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,/[^/]*$$,,'`; \