summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--po/Makevars5
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