summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2010-08-29 15:10:53 +0300
committerVille Skyttä <ville.skytta@iki.fi>2010-08-29 15:10:53 +0300
commitbf5f2a61b0292afe67444b1a2dba11cf01c5cd6e (patch)
treef33606b6596222697ad24aa7747de8161f8d7494 /Makefile
parent98345d61aea7aedf116a240e169b5051efd0a681 (diff)
downloadvdr-plugin-osdteletext-bf5f2a61b0292afe67444b1a2dba11cf01c5cd6e.tar.gz
vdr-plugin-osdteletext-bf5f2a61b0292afe67444b1a2dba11cf01c5cd6e.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 1d05ee4..e2b4bb7 100644
--- a/Makefile
+++ b/Makefile
@@ -79,7 +79,7 @@ I18Npot = $(PODIR)/$(PLUGIN).pot
msgfmt -c -o $@ $<
$(I18Npot): $(wildcard *.c)
- xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address=http://projects.vdr-developer.org/projects/plg-osdteletext -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/plg-osdteletext -o $@ $^
%.po: $(I18Npot)
msgmerge -U --no-wrap --no-location --backup=none -q $@ $<