From c92ba1c907240415fd7caab5b757bbdeb73efc17 Mon Sep 17 00:00:00 2001 From: anbr Date: Sun, 2 Oct 2011 22:11:16 +0200 Subject: Migrated from vdr-image.berlios.de to projects.vdr-developer.org --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c8b2e46..f3ab62a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # # Makefile for Image plugin to VDR # -# (C) 2004-2008 Andreas Brachold +# (C) 2004-2011 Andreas Brachold # # This code is distributed under the terms and conditions of the # GNU GENERAL PUBLIC LICENSE. See the file COPYING for details. @@ -155,7 +155,7 @@ I18Npot = $(PODIR)/$(PLUGIN).pot msgfmt -c -o $@ $< $(I18Npot): $(wildcard *.c) - xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='Andreas Brachold ' -o $@ $^ + xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='Andreas Brachold ' -o $@ $^ %.po: $(I18Npot) msgmerge -U --no-wrap --no-location --backup=none -q $@ $< -- cgit v1.2.3