summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-02-09 10:39:11 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-02-09 10:39:11 -0800
commit9d9eff718bff356ec679906dad87d0d9e48323f9 (patch)
tree8efd8075606ad31c5612f71cd61a99e6fe509e79 /Makefile
parent460060c430b6d6a2c3cd44d38f68ec6ea2598f9d (diff)
downloadsubsurface-9d9eff718bff356ec679906dad87d0d9e48323f9.tar.gz
Hopefully last change to po files
While this is a pain for everyone, I decided not to edit out the code reference noise - after all this is supposed to help translators find where the text is used in case it's unclear how to translate something. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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) \