summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoranbr <vdr07@deltab.de>2011-10-02 22:11:16 +0200
committeranbr <vdr07@deltab.de>2011-10-02 22:11:16 +0200
commitc92ba1c907240415fd7caab5b757bbdeb73efc17 (patch)
tree9bef5cd3ec95b8888140a21e8ba9195e10984de9 /Makefile
parent75d0527ba553b9ad76a4093001aaa1ec1495593e (diff)
downloadvdr-plugin-image-c92ba1c907240415fd7caab5b757bbdeb73efc17.tar.gz
vdr-plugin-image-c92ba1c907240415fd7caab5b757bbdeb73efc17.tar.bz2
Migrated from vdr-image.berlios.de to projects.vdr-developer.org
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c8b2e46..f3ab62a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for Image plugin to VDR
#
-# (C) 2004-2008 Andreas Brachold <anbr at users.berlios.de>
+# (C) 2004-2011 Andreas Brachold <vdr07 at deltab.de>
#
# This code is distributed under the terms and conditions of the
# GNU GENERAL PUBLIC LICENSE. See the file COPYING for details.
@@ -155,7 +155,7 @@ I18Npot = $(PODIR)/$(PLUGIN).pot
msgfmt -c -o $@ $<
$(I18Npot): $(wildcard *.c)
- xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='Andreas Brachold <anbr at user.berlios.de>' -o $@ $^
+ xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='Andreas Brachold <vdr07 at deltab.de>' -o $@ $^
%.po: $(I18Npot)
msgmerge -U --no-wrap --no-location --backup=none -q $@ $<