diff options
author | Bruno Haible <bruno@clisp.org> | 2009-08-16 19:41:42 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-08-16 19:41:42 +0200 |
commit | 36987a4fd624424c9f3b6cdc83ed296eb496f541 (patch) | |
tree | 4fab335145468d501467674bcd81549a6ab1f83c | |
parent | 8120a24b3e59ac6336b8758c30b5b1277f3e8f75 (diff) | |
download | external_gettext-36987a4fd624424c9f3b6cdc83ed296eb496f541.zip external_gettext-36987a4fd624424c9f3b6cdc83ed296eb496f541.tar.gz external_gettext-36987a4fd624424c9f3b6cdc83ed296eb496f541.tar.bz2 |
Apply part of 2005-02-07 changes.
-rw-r--r-- | gettext-tools/examples/ChangeLog | 5 | ||||
-rw-r--r-- | gettext-tools/examples/hello-objc-gnustep/po/GNUmakefile | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gettext-tools/examples/ChangeLog b/gettext-tools/examples/ChangeLog index e6bff41..508ba2d 100644 --- a/gettext-tools/examples/ChangeLog +++ b/gettext-tools/examples/ChangeLog @@ -1,5 +1,10 @@ 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 hello-*/po/Makefile.am. diff --git a/gettext-tools/examples/hello-objc-gnustep/po/GNUmakefile b/gettext-tools/examples/hello-objc-gnustep/po/GNUmakefile index 5555adc..c4d8884 100644 --- a/gettext-tools/examples/hello-objc-gnustep/po/GNUmakefile +++ b/gettext-tools/examples/hello-objc-gnustep/po/GNUmakefile @@ -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 \ |