From 20c8cd161fd7fd63c14d66333d5589ee9116cc72 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 18 Oct 2009 14:18:22 +0200 Subject: Changed the project's URLs and email to tvdr.de --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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='' -o $@ $^ + xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='' -o $@ $^ %.po: $(I18Npot) msgmerge -U --no-wrap --no-location --backup=none -q $@ $< -- cgit v1.2.3