summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2010-08-29 15:46:54 +0300
committerVille Skyttä <ville.skytta@iki.fi>2010-08-29 15:46:54 +0300
commita9b786ecdddb9df5a2b81109f9a7957404ee0bc7 (patch)
tree09c9cbc6c077282ec5a94268dcbad195f103bad5 /Makefile
parent95f268caf3f1387872fe43991a67661fe7f39a03 (diff)
downloadvdr-plugin-muggle-a9b786ecdddb9df5a2b81109f9a7957404ee0bc7.tar.gz
vdr-plugin-muggle-a9b786ecdddb9df5a2b81109f9a7957404ee0bc7.tar.bz2
Pass package name and version to xgettext.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 220f7ad..7850ff6 100644
--- a/Makefile
+++ b/Makefile
@@ -185,7 +185,7 @@ I18Npot = $(PODIR)/$(PLUGIN).pot
msgfmt -c -o $@ $<
$(I18Npot): $(wildcard *.c)
- xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP -ktrdb --msgid-bugs-address=http://projects.vdr-developer.org/projects/show/plg-muggle -o $@ $^
+ 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 -q $@ $<