]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Apply part of 2005-02-07 changes.
authorBruno Haible <bruno@clisp.org>
Sun, 16 Aug 2009 17:41:42 +0000 (19:41 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 16 Aug 2009 17:41:42 +0000 (19:41 +0200)
gettext-tools/examples/ChangeLog
gettext-tools/examples/hello-objc-gnustep/po/GNUmakefile

index e6bff417d3f0fc5871f4a7548d73da32f4eeb448..508ba2dcd79be2ca771b84fb5488900fc36582a0 100644 (file)
@@ -1,3 +1,8 @@
+2009-08-16  Bruno Haible  <bruno@clisp.org>
+
+       * hello-objc-gnustep/po/GNUmakefile: Apply part of 2005-02-07 changes
+       to hello-*/po/Makefile.am..
+
 2009-08-16  Bruno Haible  <bruno@clisp.org>
 
        * hello-objc-gnustep/po/GNUmakefile: Apply 2004-01-17 changes to
index 5555adc505d1f05706208da2d3528e74760d22d8..c4d88848a1350595d93559db3f6e88d822ffcede 100644 (file)
@@ -87,10 +87,11 @@ all-local-no:
 # This target rebuilds $(DOMAIN).pot; it is an expensive operation.
 # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed.
 $(DOMAIN).pot-update: $(POTFILES_DEPS) remove-potcdate.sed
+       msgid_bugs_address='$(MSGID_BUGS_ADDRESS)'; \
        $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
          --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \
          --copyright-holder='$(COPYRIGHT_HOLDER)' \
-         --msgid-bugs-address='$(MSGID_BUGS_ADDRESS)' \
+         --msgid-bugs-address="$$msgid_bugs_address" \
          $(POTFILES)
        test ! -f $(DOMAIN).po || { \
          if test -f $(DOMAIN).pot; then \