From 2938d3382c732eab3e4dcb6faee829248f1183ac Mon Sep 17 00:00:00 2001 From: Petri Hintukainen Date: Tue, 1 Jan 2013 14:13:31 +0200 Subject: Make sure po directory exists --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index aed22df..a97380a 100644 --- a/Makefile +++ b/Makefile @@ -86,6 +86,7 @@ I18Npot = $(PODIR)/$(PLUGIN).pot msgfmt -c -o $@ $< $(I18Npot): $(wildcard *.c) + @-mkdir po xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name=vdr-$(PLUGIN) --package-version=$(VERSION) --msgid-bugs-address='' -o $@ $^ %.po: $(I18Npot) -- cgit v1.2.3