summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 93996e372..0f476f9ab 100644
--- a/Makefile
+++ b/Makefile
@@ -240,6 +240,11 @@ update-po-files:
msgmerge --no-wrap -s -U $$i po/subsurface-new.pot ; \
done
+prepare-po-files:
+ for i in po/*.po; do \
+ msgcat --no-wrap $$i -o $$i ; \
+ done
+
EXTRA_FLAGS = $(GTKCFLAGS) $(GLIB2CFLAGS) $(XML2CFLAGS) \
$(XSLT) $(ZIP) $(LIBDIVECOMPUTERCFLAGS) \
$(LIBSOUPCFLAGS) $(OSMGPSMAPFLAGS) $(GCONF2CFLAGS) \