diff options
author | Peter Åstrand <astrand@cendio.se> | 2005-01-24 07:47:30 +0000 |
---|---|---|
committer | Peter Åstrand <astrand@cendio.se> | 2005-01-24 07:47:30 +0000 |
commit | 13065d93122ad477fdd4bc29ac4e8dd703f9f543 (patch) | |
tree | 309bf43b1ff48dd0c6f026a23b8537d529475d96 /po | |
parent | 40c64a07a92fd8fab9d38fa3cb47e5c67fb7d871 (diff) | |
download | tigervnc-13065d93122ad477fdd4bc29ac4e8dd703f9f543.tar.gz tigervnc-13065d93122ad477fdd4bc29ac4e8dd703f9f543.zip |
Calling xgettext with --no-location, since this makes the .po files
more CVS-friendly.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@111 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'po')
-rw-r--r-- | po/Makevars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makevars b/po/Makevars index bafad9e0..3458a757 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_ +XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --no-location # 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 |