summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fc3e6c44e..93996e372 100644
--- a/Makefile
+++ b/Makefile
@@ -237,7 +237,7 @@ $(NSIFILE): $(NSIINPUTFILE) Makefile
update-po-files:
xgettext -o po/subsurface-new.pot -s -k_ -kN_ --keyword=C_:1c,2 --add-comments="++GETTEXT" *.c
for i in po/*.po; do \
- msgmerge -s -U $$i po/subsurface-new.pot ; \
+ msgmerge --no-wrap -s -U $$i po/subsurface-new.pot ; \
done
EXTRA_FLAGS = $(GTKCFLAGS) $(GLIB2CFLAGS) $(XML2CFLAGS) \