]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
examples: Fix 'make dist' failures in VPATH builds.
authorBruno Haible <bruno@clisp.org>
Thu, 18 Oct 2018 00:33:46 +0000 (02:33 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 18 Oct 2018 19:16:58 +0000 (21:16 +0200)
* gettext-tools/examples/hello-*/po/Makefile.am (distdir1): Invoke target
'stamp-po' after having done target 'update-po'.

21 files changed:
gettext-tools/examples/hello-c++-qt/po/Makefile.am
gettext-tools/examples/hello-c++-wxwidgets/po/Makefile.am
gettext-tools/examples/hello-clisp/po/Makefile.am
gettext-tools/examples/hello-csharp-forms/po/Makefile.am
gettext-tools/examples/hello-csharp/po/Makefile.am
gettext-tools/examples/hello-gawk/po/Makefile.am
gettext-tools/examples/hello-guile/po/Makefile.am
gettext-tools/examples/hello-java-awt/po/Makefile.am
gettext-tools/examples/hello-java-qtjambi/po/Makefile.am
gettext-tools/examples/hello-java-swing/po/Makefile.am
gettext-tools/examples/hello-java/po/Makefile.am
gettext-tools/examples/hello-librep/po/Makefile.am
gettext-tools/examples/hello-pascal/po/Makefile.am
gettext-tools/examples/hello-perl/po/Makefile.am
gettext-tools/examples/hello-php/po/Makefile.am
gettext-tools/examples/hello-python/po/Makefile.am
gettext-tools/examples/hello-sh/po/Makefile.am
gettext-tools/examples/hello-smalltalk/po/Makefile.am
gettext-tools/examples/hello-tcl-tk/po/Makefile.am
gettext-tools/examples/hello-tcl/po/Makefile.am
gettext-tools/examples/hello-ycp/po/Makefile.am

index c0cf6daecb87991eb7122e9a435ccd4a1cba2bed..cf0e60dfccb0d67cc8bd9be7fe7a6290603c25bc 100644 (file)
@@ -233,6 +233,7 @@ EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(QMFILES)
 #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; \
index c83f7af70c4bacfdaafc787a48d1afe76223ec15..1850bfaadd82f78cc533c0b4b5602ba021a6a6c0 100644 (file)
@@ -306,6 +306,7 @@ EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
 #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; \
index b33ddaffeac109f9936877e240b967f8d557b93f..f993e115497c5bae1e865e75f58c373cbc436914 100644 (file)
@@ -300,6 +300,7 @@ EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
 #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; \
index 45a85d81cf968de55442fc797ac90236f37da852..80d1e503aea7993dc8d1ad4ad859e4420f2bf556 100644 (file)
@@ -224,6 +224,7 @@ EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(RESOURCESDLLFILES)
 #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; \
index 45a85d81cf968de55442fc797ac90236f37da852..80d1e503aea7993dc8d1ad4ad859e4420f2bf556 100644 (file)
@@ -224,6 +224,7 @@ EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(RESOURCESDLLFILES)
 #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; \
index 86d00ef24794e95b64f3ecf06eef23bbd6185a8d..2854c2cb6efadfe82ef95c905bf4099fff90ad8c 100644 (file)
@@ -300,6 +300,7 @@ EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
 #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; \
index 86cd1d4f97b1cff34303fd85d55357edb7c93c54..a7e267a7e24d498a7c8fdd13f1e84142d26dacad 100644 (file)
@@ -300,6 +300,7 @@ EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
 #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; \
index 13f9a8d688e52a52b3718fd137b612d6e7135a9c..4465df418a3778f404543036b784b39be6650290 100644 (file)
@@ -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; \
index 13f9a8d688e52a52b3718fd137b612d6e7135a9c..4465df418a3778f404543036b784b39be6650290 100644 (file)
@@ -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; \
index 13f9a8d688e52a52b3718fd137b612d6e7135a9c..4465df418a3778f404543036b784b39be6650290 100644 (file)
@@ -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; \
index 13f9a8d688e52a52b3718fd137b612d6e7135a9c..4465df418a3778f404543036b784b39be6650290 100644 (file)
@@ -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; \
index 3eba3c196884e45d617fb1274260ce6b68180c59..b7864b163509d6f5b6c5b121819bf9a8cfd44b16 100644 (file)
@@ -300,6 +300,7 @@ EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
 #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; \
index 6739e057ece994d3a6e44623c11d879eb2d673ba..1ea6291c302275c9266ef128a4cd0627a2705fbe 100644 (file)
@@ -300,6 +300,7 @@ EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
 #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; \
index 2ffceaa2243087e8ae006f315df113f8a0bae9f8..d84a00310b69132dd2bbf06fc553cb65259ec3e3 100644 (file)
@@ -310,6 +310,7 @@ EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
 #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; \
index 6616cac86a6abc5f7d3a3dedb83d8f328c91b12e..818a5defe6607157ac25fde27bfe51fcd4e58255 100644 (file)
@@ -300,6 +300,7 @@ EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
 #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; \
index 150d154d3ea4adf35ab0fca04d618af716973aad..a68a06643487f1b8454964a97dd89cc562956ef3 100644 (file)
@@ -300,6 +300,7 @@ EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
 #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; \
index 8762b55806d990594b28195187ecb8f109f8efca..d4110ba5e897f657b318c46696dbbbcdbfad80a5 100644 (file)
@@ -300,6 +300,7 @@ EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
 #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; \
index 81f4bad31d47bbe9a341c28ee6e74c26e94f0ba9..d56d6d8a193683030603a786fceb82db69ad5a92 100644 (file)
@@ -300,6 +300,7 @@ EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
 #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; \
index 90ecf29f117d1ad64f819be6c65f23ba82ed9d3e..fd4543295b50a3ac1c314b2a94af99f19517147a 100644 (file)
@@ -220,6 +220,7 @@ EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(MSGFILES)
 #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; \
index 90ecf29f117d1ad64f819be6c65f23ba82ed9d3e..fd4543295b50a3ac1c314b2a94af99f19517147a 100644 (file)
@@ -220,6 +220,7 @@ EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(MSGFILES)
 #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; \
index 3c6e254043d6e55f5ffeb3c7e14ea206d0751083..f30dfd93b02d6be9819e702d16f6ed65fb61b089 100644 (file)
@@ -300,6 +300,7 @@ EXTRA_DIST = remove-potcdate.sin LINGUAS $(POFILES) $(GMOFILES)
 #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; \