summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorgeoghegan <geoghegan@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-08-17 16:08:06 +0000
committergeoghegan <geoghegan@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-08-17 16:08:06 +0000
commita1caa978e9f38ba4cd866b9fcee4a5a4d6beeea8 (patch)
tree07b4bbe42410874e39bed87de0f61cbe51c5b487 /po
parentfecaf5c4b8304c9104824d82fb84cdd0ca2950c9 (diff)
downloadnavit-a1caa978e9f38ba4cd866b9fcee4a5a4d6beeea8.tar.gz
Fix:Translations: Corrects the indentation of the makefile, allowing other software to parse it correctly
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4685 ffa7fe5e-494d-0410-b361-a75ebd5db220
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; \