summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2010-08-29 15:09:52 +0300
committerVille Skyttä <ville.skytta@iki.fi>2010-08-29 15:09:52 +0300
commit98345d61aea7aedf116a240e169b5051efd0a681 (patch)
tree3dbb27684c1d65db2b2a54d9dff92ee38569c7db /Makefile
parent0761a89fb8ace2ffb40d1bdc26450682ec87ddb4 (diff)
downloadvdr-plugin-osdteletext-98345d61aea7aedf116a240e169b5051efd0a681.tar.gz
vdr-plugin-osdteletext-98345d61aea7aedf116a240e169b5051efd0a681.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 104d0fd..1d05ee4 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='<nobody@nowhere.org>' -o $@ $^
+ xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address=http://projects.vdr-developer.org/projects/plg-osdteletext -o $@ $^
%.po: $(I18Npot)
msgmerge -U --no-wrap --no-location --backup=none -q $@ $<