Changed the project's URLs and email to tvdr.de

This commit is contained in:
Klaus Schmidinger
2009-10-18 14:18:22 +02:00
parent 98d2cd84dc
commit 20c8cd161f
79 changed files with 179 additions and 178 deletions

View File

@@ -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 $@ $<