summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2010-08-29 17:13:19 +0300
committerVille Skyttä <ville.skytta@iki.fi>2010-08-29 17:13:19 +0300
commit31a56a8500aba17277608554cffd84399a371b76 (patch)
tree223b197614cd479566347249c997cbe51b5d9946 /Makefile
parentcc0c947cf78e2e71e587b896e9e6a6f8e7f6b1cb (diff)
downloadvdr-plugin-text2skin-31a56a8500aba17277608554cffd84399a371b76.tar.gz
vdr-plugin-text2skin-31a56a8500aba17277608554cffd84399a371b76.tar.bz2
Don't use msgmerge --lang.
msgmerge can add the Language header automatically from properly formatted Language-Team names.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f039e59..31f7820 100644
--- a/Makefile
+++ b/Makefile
@@ -128,7 +128,7 @@ $(I18Npot): $(wildcard *.c)
xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name=vdr-$(PLUGIN) --package-version=$(VERSION) --msgid-bugs-address=http://projects.vdr-developer.org/projects/show/plg-text2skin -o $@ $^
%.po: $(I18Npot)
- msgmerge -U --no-wrap --no-location --backup=none --lang=$(*F) -q $@ $<
+ msgmerge -U --no-wrap --no-location --backup=none -q $@ $<
@touch $@
$(LOCALEDIR)/%/LC_MESSAGES/vdr-$(PLUGIN).mo: $(PODIR)/%.po