diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2009-10-18 14:18:22 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2009-10-18 14:18:22 +0200 |
commit | 20c8cd161fd7fd63c14d66333d5589ee9116cc72 (patch) | |
tree | d4d3449825481a6e17347427cd4ca4107c71cea7 /Makefile | |
parent | 98d2cd84dc128be439e26617a065671174925c03 (diff) | |
download | vdr-20c8cd161fd7fd63c14d66333d5589ee9116cc72.tar.gz vdr-20c8cd161fd7fd63c14d66333d5589ee9116cc72.tar.bz2 |
Changed the project's URLs and email to tvdr.de
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 $@ $< |