mirror of
https://github.com/openharmony/third_party_gettext.git
synced 2026-07-21 00:25:49 -04:00
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:
@@ -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
|
||||
|
||||
@@ -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,/[^/]*$$,,'`; \
|
||||
|
||||
Reference in New Issue
Block a user