summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2010-08-29 16:00:22 +0300
committerVille Skyttä <ville.skytta@iki.fi>2010-08-29 16:00:22 +0300
commitf0c0da3803e3aaef8a06c590a162ca575df7ac27 (patch)
tree0ca10e52dfc117b3e177bb3a3bb1e8e05d612647 /Makefile
parent56b11ba58bebe8c49785d54f40d0246f56c5d281 (diff)
downloadvdr-plugin-text2skin-f0c0da3803e3aaef8a06c590a162ca575df7ac27.tar.gz
vdr-plugin-text2skin-f0c0da3803e3aaef8a06c590a162ca575df7ac27.tar.bz2
Update msgid bugs address.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9b4eb18..96899ed 100644
--- a/Makefile
+++ b/Makefile
@@ -125,8 +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='<sascha@akv-soft.de>' -o $@ $^
+ xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address=http://projects.vdr-developer.org/projects/show/plg-text2skin -o $@ $^
%.po: $(I18Npot)
msgmerge -U --no-wrap --no-location --backup=none -q $@ $<