aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2004-10-20 12:31:22 +0000
committerMatthias Andree <matthias.andree@gmx.de>2004-10-20 12:31:22 +0000
commit63a6e63668dd6d36d16ce3d019594f2e44305560 (patch)
treef9fdce7064fd477812404d8f1466fe0f51f607d4
parent6c0aee6dc3056b078d427d8f53d65991aa728001 (diff)
downloadfetchmail-63a6e63668dd6d36d16ce3d019594f2e44305560.tar.gz
fetchmail-63a6e63668dd6d36d16ce3d019594f2e44305560.tar.bz2
fetchmail-63a6e63668dd6d36d16ce3d019594f2e44305560.zip
Add some --flag to XGETTEXT_OPTIONS, to properly propagate c-format tag.
svn path=/trunk/; revision=3957
-rw-r--r--po/Makevars10
1 files changed, 9 insertions, 1 deletions
diff --git a/po/Makevars b/po/Makevars
index 04ebff47..4eae097e 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -8,7 +8,15 @@ subdir = po
top_builddir = ..
# These options get passed to xgettext.
-XGETTEXT_OPTIONS = --keyword=GT_ --keyword=N_
+XGETTEXT_OPTIONS = --keyword=GT_ --keyword=N_ \
+ --flag=GT_:1:pass-c-format \
+ --flag=report:2:c-format \
+ --flag=report_build:2:c-format \
+ --flag=report_complete:2:c-format \
+ --flag=report_at_line:5:c-format \
+ --flag=gen_send:2:c-format \
+ --flag=gen_transact:2:c-format \
+ --flag=stuff_warning:2:c-format \
# This is the copyright holder that gets inserted into the header of the
# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding