From 52b13fec140bd34acaefbccb9fbfe15e5f6328c6 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 11 Mar 2015 21:52:34 +0100 Subject: build: Use xgettext with --no-wrap. Suggested by Benno Schulenberg . * po/Makevars (XGETTEXT_OPTIONS): Add --no-wrap. --- po/Makevars | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3