diff options
| author | Bruno Haible <bruno@clisp.org> | 2018-10-18 02:33:46 +0200 |
|---|---|---|
| committer | Bruno Haible <bruno@clisp.org> | 2018-10-18 21:16:58 +0200 |
| commit | 3a324c99960c24cef232d87ef6fcf9dfcd80a1db (patch) | |
| tree | 031b10cedf84ff93c5e6f758272b60a3dd1f8497 /gettext-tools/examples/hello-java-swing | |
| parent | 181cf2c67cf6c5d7f3a23a2339f09c0a02c502c9 (diff) | |
| download | gettext-3a324c99960c24cef232d87ef6fcf9dfcd80a1db.tar.gz | |
examples: Fix 'make dist' failures in VPATH builds.
* gettext-tools/examples/hello-*/po/Makefile.am (distdir1): Invoke target
'stamp-po' after having done target 'update-po'.
Diffstat (limited to 'gettext-tools/examples/hello-java-swing')
| -rw-r--r-- | gettext-tools/examples/hello-java-swing/po/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gettext-tools/examples/hello-java-swing/po/Makefile.am b/gettext-tools/examples/hello-java-swing/po/Makefile.am index 13f9a8d68..4465df418 100644 --- a/gettext-tools/examples/hello-java-swing/po/Makefile.am +++ b/gettext-tools/examples/hello-java-swing/po/Makefile.am @@ -193,6 +193,7 @@ EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(DOMAIN).properties $(PROPE #distdir: distdir1 distdir1: $(MAKE) update-po + $(MAKE) stamp-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; \ |
