summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2010-08-29 15:43:10 +0300
committerVille Skyttä <ville.skytta@iki.fi>2010-08-29 15:43:10 +0300
commit95f268caf3f1387872fe43991a67661fe7f39a03 (patch)
treedf988958eb346215029366e3fcceb7961398fb66 /Makefile
parentebd28ada087ab1a099f0694feb8b23ab4cd0bc2c (diff)
downloadvdr-plugin-muggle-95f268caf3f1387872fe43991a67661fe7f39a03.tar.gz
vdr-plugin-muggle-95f268caf3f1387872fe43991a67661fe7f39a03.tar.bz2
Update msgid bugs address.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7b73271..220f7ad 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='<vdr-muggle-develop@sourceforge.net>' -o $@ $^
+ xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP -ktrdb --msgid-bugs-address=http://projects.vdr-developer.org/projects/show/plg-muggle -o $@ $^
%.po: $(I18Npot)
msgmerge -U --no-wrap --no-location --backup=none -q $@ $<