summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2010-08-29 15:12:10 +0300
committerVille Skyttä <ville.skytta@iki.fi>2010-08-29 15:14:06 +0300
commit64e6d5effcc3f6caa55c076c15a6852936c2da8b (patch)
treec4276f14f8a7abc3a5141756c417633931ed7192 /Makefile
parentbf5f2a61b0292afe67444b1a2dba11cf01c5cd6e (diff)
downloadvdr-plugin-osdteletext-64e6d5effcc3f6caa55c076c15a6852936c2da8b.tar.gz
vdr-plugin-osdteletext-64e6d5effcc3f6caa55c076c15a6852936c2da8b.tar.bz2
Populate "Language" po header.
The msgmerge --lang option used is available in gettext >= 0.18.0.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e2b4bb7..3b17060 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 -q $@ $<
+ msgmerge -U --no-wrap --no-location --backup=none --lang=$(*F) -q $@ $<
@touch $@
$(I18Nmsgs): $(LOCALEDIR)/%/LC_MESSAGES/vdr-$(PLUGIN).mo: $(PODIR)/%.mo