diff options
author | Ludovic Courtès | 2015-03-11 21:52:34 +0100 |
---|---|---|
committer | Ludovic Courtès | 2015-03-11 21:53:28 +0100 |
commit | 52b13fec140bd34acaefbccb9fbfe15e5f6328c6 (patch) | |
tree | 889704f42f0817c6ec134e9740d7c02248368a3c /po | |
parent | f7b3f7c033ce05d7536a0f51ba3e2b496ca2108d (diff) | |
download | skribilo-52b13fec140bd34acaefbccb9fbfe15e5f6328c6.tar.gz skribilo-52b13fec140bd34acaefbccb9fbfe15e5f6328c6.tar.lz skribilo-52b13fec140bd34acaefbccb9fbfe15e5f6328c6.zip |
build: Use xgettext with --no-wrap.
Suggested by Benno Schulenberg <coordinator@translationproject.org>.
* po/Makevars (XGETTEXT_OPTIONS): Add --no-wrap.
Diffstat (limited to 'po')
-rw-r--r-- | po/Makevars | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/po/Makevars b/po/Makevars index 36887a5..2674e7b 100644 --- a/po/Makevars +++ b/po/Makevars @@ -8,7 +8,10 @@ subdir = po top_builddir = .. # These options get passed to xgettext. -XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --language=Scheme +# Use '--no-wrap' because that is what the TP uses. +XGETTEXT_OPTIONS = \ + --no-wrap \ + --keyword=_ --keyword=N_ --language=Scheme # 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 |