summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2010-08-29 16:27:35 +0300
committerVille Skyttä <ville.skytta@iki.fi>2010-08-29 16:27:35 +0300
commit9ccaddb550e0aadbaf92f1348a805d9ff24f4fb6 (patch)
tree5a767becf2332abfb85ae4b226f9f8b16de5f9fb
parenta2ddc05e60137fb2fb84e685f344716b7757c14c (diff)
downloadvdr-plugin-muggle-9ccaddb550e0aadbaf92f1348a805d9ff24f4fb6.tar.gz
vdr-plugin-muggle-9ccaddb550e0aadbaf92f1348a805d9ff24f4fb6.tar.bz2
Don't use msgmerge --lang; msgmerge can figure out Language from Language-Team.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9b72c38..7850ff6 100644
--- a/Makefile
+++ b/Makefile
@@ -188,7 +188,7 @@ $(I18Npot): $(wildcard *.c)
xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP -ktrdb --package-name=vdr-$(PLUGIN) --package-version=$(VERSION) --msgid-bugs-address=http://projects.vdr-developer.org/projects/show/plg-muggle -o $@ $^
%.po: $(I18Npot)
- msgmerge -U --no-wrap --no-location --backup=none --lang=$(*F) -q $@ $<
+ msgmerge -U --no-wrap --no-location --backup=none -q $@ $<
@touch $@
$(I18Nmsgs): $(LOCALEDIR)/%/LC_MESSAGES/vdr-$(PLUGIN).mo: $(PODIR)/%.mo