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 --- PLUGINS/src/hello/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'PLUGINS/src/hello/Makefile') diff --git a/PLUGINS/src/hello/Makefile b/PLUGINS/src/hello/Makefile index c4ea46fd..ea5b8063 100644 --- a/PLUGINS/src/hello/Makefile +++ b/PLUGINS/src/hello/Makefile @@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile 1.22 2008/01/13 12:59:58 kls Exp $ +# $Id: Makefile 2.1 2009/10/18 14:00:07 kls Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -79,7 +79,7 @@ I18Npot = $(PODIR)/$(PLUGIN).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