summaryrefslogtreecommitdiff
path: root/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 /Makefile
parent98d2cd84dc128be439e26617a065671174925c03 (diff)
downloadvdr-20c8cd161fd7fd63c14d66333d5589ee9116cc72.tar.gz
vdr-20c8cd161fd7fd63c14d66333d5589ee9116cc72.tar.bz2
Changed the project's URLs and email to tvdr.de
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1dd0d629..703b801f 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
# See the main source file 'vdr.c' for copyright information and
# how to reach the author.
#
-# $Id: Makefile 2.3 2009/01/05 13:04:10 kls Exp $
+# $Id: Makefile 2.4 2009/10/18 13:59:25 kls Exp $
.DELETE_ON_ERROR:
@@ -110,7 +110,7 @@ I18Npot = $(PODIR)/vdr.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 $@ $<