]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Consider the XGETTEXT_EXTRA_OPTIONS variable.
authorBruno Haible <bruno@clisp.org>
Sun, 28 Oct 2007 19:04:22 +0000 (19:04 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:27 +0000 (12:15 +0200)
gettext-runtime/po/ChangeLog
gettext-runtime/po/Makefile.in.in
gettext-tools/po/ChangeLog
gettext-tools/po/Makefile.in.in

index c02be2a55b70b46729f42b328156321af9ec2f2e..e1f53733dfdbf97bfc3f171a3733c118f1b4f861 100644 (file)
@@ -1,3 +1,8 @@
+2007-10-28  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.in.in ($(DOMAIN).pot-update): Consider the
+       XGETTEXT_EXTRA_OPTIONS variable.
+
 2007-10-28  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.in.in (GETTEXT_MACRO_VERSION): Bump to 0.17.
index da3a6aac008cbb98254ebd3a5f450fd02f7a4273..fecf500f3f37c31654b70b48e2e3a7e5f39d11d7 100644 (file)
@@ -151,14 +151,14 @@ $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
        case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
          '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
            $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
-             --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \
+             --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) @XGETTEXT_EXTRA_OPTIONS@ \
              --files-from=$(srcdir)/POTFILES.in \
              --copyright-holder='$(COPYRIGHT_HOLDER)' \
              --msgid-bugs-address="$$msgid_bugs_address" \
            ;; \
          *) \
            $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
-             --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \
+             --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) @XGETTEXT_EXTRA_OPTIONS@ \
              --files-from=$(srcdir)/POTFILES.in \
              --copyright-holder='$(COPYRIGHT_HOLDER)' \
              --package-name="$${package_gnu}@PACKAGE@" \
index a03a77637441f4e1db56b89f868e99f2f1cd9897..39fe7a39fde35a1342ea9f95023752736d25ca58 100644 (file)
@@ -1,3 +1,8 @@
+2007-10-28  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.in.in ($(DOMAIN).pot-update): Consider the
+       XGETTEXT_EXTRA_OPTIONS variable.
+
 2007-10-28  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.in.in (GETTEXT_MACRO_VERSION): Bump to 0.17.
index da3a6aac008cbb98254ebd3a5f450fd02f7a4273..fecf500f3f37c31654b70b48e2e3a7e5f39d11d7 100644 (file)
@@ -151,14 +151,14 @@ $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
        case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
          '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
            $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
-             --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \
+             --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) @XGETTEXT_EXTRA_OPTIONS@ \
              --files-from=$(srcdir)/POTFILES.in \
              --copyright-holder='$(COPYRIGHT_HOLDER)' \
              --msgid-bugs-address="$$msgid_bugs_address" \
            ;; \
          *) \
            $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
-             --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \
+             --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) @XGETTEXT_EXTRA_OPTIONS@ \
              --files-from=$(srcdir)/POTFILES.in \
              --copyright-holder='$(COPYRIGHT_HOLDER)' \
              --package-name="$${package_gnu}@PACKAGE@" \