diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2004-10-20 12:37:28 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2004-10-20 12:37:28 +0000 |
commit | 32248d4825dff81db1af637b713dd469829798f2 (patch) | |
tree | 8f98dec2e53856a13e07587896a6b5351f161174 /po/Makevars | |
parent | 08111169ab12ce5a0f9b9fce89df119812bd971a (diff) | |
download | fetchmail-32248d4825dff81db1af637b713dd469829798f2.tar.gz fetchmail-32248d4825dff81db1af637b713dd469829798f2.tar.bz2 fetchmail-32248d4825dff81db1af637b713dd469829798f2.zip |
Remove pass-c-format, which is not documented clearly.
Remove excess trailing backslash.
svn path=/trunk/; revision=3960
Diffstat (limited to 'po/Makevars')
-rw-r--r-- | po/Makevars | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/po/Makevars b/po/Makevars index 4eae097e..a80fae40 100644 --- a/po/Makevars +++ b/po/Makevars @@ -9,14 +9,13 @@ top_builddir = .. # These options get passed to xgettext. 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 \ + --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 |