summaryrefslogtreecommitdiff
path: root/PLUGINS/src/pictures/Makefile
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-10-18 14:18:22 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2009-10-18 14:18:22 +0200
commit20c8cd161fd7fd63c14d66333d5589ee9116cc72 (patch)
treed4d3449825481a6e17347427cd4ca4107c71cea7 /PLUGINS/src/pictures/Makefile
parent98d2cd84dc128be439e26617a065671174925c03 (diff)
downloadvdr-20c8cd161fd7fd63c14d66333d5589ee9116cc72.tar.gz
vdr-20c8cd161fd7fd63c14d66333d5589ee9116cc72.tar.bz2
Changed the project's URLs and email to tvdr.de
Diffstat (limited to 'PLUGINS/src/pictures/Makefile')
-rw-r--r--PLUGINS/src/pictures/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/PLUGINS/src/pictures/Makefile b/PLUGINS/src/pictures/Makefile
index d9499443..46a262f2 100644
--- a/PLUGINS/src/pictures/Makefile
+++ b/PLUGINS/src/pictures/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile 1.2 2008/01/13 13:00:04 kls Exp $
+# $Id: Makefile 2.1 2009/10/18 14:02:41 kls Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -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='<vdr-bugs@cadsoft.de>' -o $@ $^
+ xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='<vdr-bugs@tvdr.de>' -o $@ $^
%.po: $(I18Npot)
msgmerge -U --no-wrap --no-location --backup=none -q $@ $<