summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
Diffstat (limited to 'po')
-rw-r--r--po/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile.am b/po/Makefile.am
index 234bcb099..5ae7badde 100644
--- a/po/Makefile.am
+++ b/po/Makefile.am
@@ -45,7 +45,7 @@ $(top_builddir)/navit/navit_shipped.c: $(top_srcdir)/navit/navit_shipped.xml
sed 's/^"Project-Id-Version:.*/"Project-Id-Version: $(PACKAGE_STRING)\\n"/' < $(top_srcdir)/po/$@.in | $(MSGMERGE) --no-fuzzy-matching --verbose -o $(top_builddir)/po/$@ - navit.pot
navit.pot: $(POTFILES)
- $(XGETTEXT) --no-location --default-domain=navit \
+ $(XGETTEXT) --no-location --default-domain=navit \
--add-comments --keyword=_ --keyword=_n $(POTFILES)
if cmp -s navit.po navit.pot; then \
rm -f navit.po; \