summaryrefslogtreecommitdiff
path: root/po/Makefile.in.in
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2007-01-21 15:29:58 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2007-01-21 15:29:58 +0000
commitecbc24474cfa548e53f995e989d0f1d8e7a9a33f (patch)
tree02c0607130c7d2a8c0f2bf76cd755c4b50d9178c /po/Makefile.in.in
parentf194e1555776dd8dd85e6fddde42ef6d1daf72c6 (diff)
downloadxine-lib-ecbc24474cfa548e53f995e989d0f1d8e7a9a33f.tar.gz
xine-lib-ecbc24474cfa548e53f995e989d0f1d8e7a9a33f.tar.bz2
Allow more strings to be marked as format strings.
CVS patchset: 8538 CVS date: 2007/01/21 15:29:58
Diffstat (limited to 'po/Makefile.in.in')
-rw-r--r--po/Makefile.in.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index 2ec0141c1..4cbcf6b94 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -10,6 +10,8 @@
#
# Origin: gettext-0.14.4
+include Makefile.format
+
PACKAGE = @PACKAGE@
LIBNAME = @LIBNAME@
VERSION = @VERSION@
@@ -121,6 +123,7 @@ $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
msgid_bugs_address='$(PACKAGE_BUGREPORT)'; \
fi; \
$(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir) \
+ $(XGETTEXT_FORMAT_FLAGS) $(XGETTEXT_FORMAT_FLAGS_PRIVATE) \
--add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \
--files-from=$(srcdir)/POTFILES.in \
--copyright-holder='$(COPYRIGHT_HOLDER)' \