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-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.
# 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,/[^/]*$$,,'`; \
# 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; \