summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2010-08-29 16:40:29 +0300
committerVille Skyttä <ville.skytta@iki.fi>2010-08-29 16:40:29 +0300
commite768bc28401b33129dc8749415dd3e26b1225c92 (patch)
tree938903855e2e21efc38b58c4a49e3f2e6b19260c /Makefile
parentf68b0f625a95636b559851d9f40a130e27b94055 (diff)
downloadvdr-plugin-osdteletext-e768bc28401b33129dc8749415dd3e26b1225c92.tar.gz
vdr-plugin-osdteletext-e768bc28401b33129dc8749415dd3e26b1225c92.tar.bz2
Don't use msgmerge --lang.
Fix up Language-Team headers instead so msgmerge adds Language automatically.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3b17060..e2b4bb7 100644
--- a/Makefile
+++ b/Makefile
@@ -82,7 +82,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/plg-osdteletext -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