diff options
author | geoghegan <geoghegan@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2011-08-17 16:08:06 +0000 |
---|---|---|
committer | geoghegan <geoghegan@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2011-08-17 16:08:06 +0000 |
commit | 13e919b7d0d7699088ef28a15a10e14aa50d34de (patch) | |
tree | d5a6c91db2dd58b81c11b0c83f9ed9d47dc363cf /navit/po | |
parent | 68ecb169e2d76d7036758360651a81c3834530e9 (diff) | |
download | navit-13e919b7d0d7699088ef28a15a10e14aa50d34de.tar.gz |
Fix:Translations: Corrects the indentation of the makefile, allowing other software to parse it correctly
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@4685 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/po')
-rw-r--r-- | navit/po/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/po/Makefile.am b/navit/po/Makefile.am index 234bcb099..5ae7badde 100644 --- a/navit/po/Makefile.am +++ b/navit/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; \ |