summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2010-08-29 16:02:06 +0300
committerVille Skyttä <ville.skytta@iki.fi>2010-08-29 16:02:06 +0300
commit7333755df73e982c3b7916144e2592097ec81013 (patch)
treed4e314d5687c6334c60ab73da7ba73662d1913a5 /Makefile
parentf0c0da3803e3aaef8a06c590a162ca575df7ac27 (diff)
downloadvdr-plugin-text2skin-7333755df73e982c3b7916144e2592097ec81013.tar.gz
vdr-plugin-text2skin-7333755df73e982c3b7916144e2592097ec81013.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 96899ed..31f7820 100644
--- a/Makefile
+++ b/Makefile
@@ -125,7 +125,7 @@ I18Npo = $(notdir $(wildcard $(PODIR)/*.po))
I18Npot = $(PODIR)/$(PLUGIN).pot
$(I18Npot): $(wildcard *.c)
- xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address=http://projects.vdr-developer.org/projects/show/plg-text2skin -o $@ $^
+ 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 -q $@ $<