diff options
author | Simon Josefsson <jas@mocca.josefsson.org> | 2007-06-08 13:42:46 +0200 |
---|---|---|
committer | Simon Josefsson <jas@mocca.josefsson.org> | 2007-06-08 13:42:46 +0200 |
commit | 98b047ae6e4f769339f11c89c93643258b71b995 (patch) | |
tree | bf2706b1d0fe43034f640eaf248ce373a0deec56 /po/Makevars | |
parent | 9332bdfc4c0bf0d702903254744772155ccadeea (diff) | |
download | gnutls-98b047ae6e4f769339f11c89c93643258b71b995.tar.gz |
Try to fix line number collisions.
Diffstat (limited to 'po/Makevars')
-rw-r--r-- | po/Makevars | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/po/Makevars b/po/Makevars index cf86aa78b4..44509df5ea 100644 --- a/po/Makevars +++ b/po/Makevars @@ -8,7 +8,7 @@ subdir = po top_builddir = .. # These options get passed to xgettext. -XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --no-location +XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ # 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 @@ -39,3 +39,7 @@ MSGID_BUGS_ADDRESS = bug-gnutls@gnu.org # This is the list of locale categories, beyond LC_MESSAGES, for which the # message catalogs shall be used. It is usually empty. EXTRA_LOCALE_CATEGORIES = + +# Avoid line numbers in *.po, but keep them in *.pot. +MSGMERGE = msgmerge --no-location +MSGMERGE_UPDATE = msgmerge --no-location --update |