Skip to content

Commit a271c43

Browse files
committed
Update by gettextize 0.17.
1 parent 6c59788 commit a271c43

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

po/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2007-11-11 gettextize <bug-gnu-gettext@gnu.org>
2+
3+
* Makefile.in.in: Upgrade to gettext-0.17.
4+
* Rules-quot: Upgrade to gettext-0.17.
5+
16
2007-10-24 Bruno Haible <bruno@clisp.org>
27

38
* Makefile.in.in: Update from gettext-0.16.2.

po/Makefile.in.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
# Please note that the actual code of GNU gettext is covered by the GNU
99
# General Public License and is *not* in the public domain.
1010
#
11-
# Origin: gettext-0.16.2
12-
GETTEXT_MACRO_VERSION = 0.16.2
11+
# Origin: gettext-0.17
12+
GETTEXT_MACRO_VERSION = 0.17
1313

1414
PACKAGE = @PACKAGE@
1515
VERSION = @VERSION@
@@ -151,14 +151,14 @@ $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
151151
case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
152152
'' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
153153
$(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
154-
--add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \
154+
--add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) @XGETTEXT_EXTRA_OPTIONS@ \
155155
--files-from=$(srcdir)/POTFILES.in \
156156
--copyright-holder='$(COPYRIGHT_HOLDER)' \
157157
--msgid-bugs-address="$$msgid_bugs_address" \
158158
;; \
159159
*) \
160160
$(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
161-
--add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \
161+
--add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) @XGETTEXT_EXTRA_OPTIONS@ \
162162
--files-from=$(srcdir)/POTFILES.in \
163163
--copyright-holder='$(COPYRIGHT_HOLDER)' \
164164
--package-name="$${package_gnu}@PACKAGE@" \

po/Rules-quot

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.heade
44

55
.SUFFIXES: .insert-header .po-update-en
66

7+
en@quot.po-create:
8+
$(MAKE) en@quot.po-update
9+
en@boldquot.po-create:
10+
$(MAKE) en@boldquot.po-update
11+
712
en@quot.po-update: en@quot.po-update-en
813
en@boldquot.po-update: en@boldquot.po-update-en
914

0 commit comments

Comments
 (0)