From bcc8e557adb68576c44fd07ce19a9d3d96786af3 Mon Sep 17 00:00:00 2001 From: methodus Date: Fri, 19 Apr 2013 22:05:23 +0200 Subject: Renamed German po-file. Applied second patch by Zoolooc. Thank you\! --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2ff0b40..0b0f7f0 100644 --- a/Makefile +++ b/Makefile @@ -87,7 +87,7 @@ I18Npot = $(PODIR)/$(PLUGIN).pot %.mo: %.po msgfmt -c -o $@ $< -$(I18Npot): $(wildcard *.cpp) +$(I18Npot): $(shell find . -iname "*.h") $(shell find . -iname "*.*cpp") xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name=vdr-$(PLUGIN) --package-version=$(VERSION) --msgid-bugs-address='' -o $@ `ls $^` %.po: $(I18Npot) -- cgit v1.2.3