summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetri Hintukainen <phintuka@users.sourceforge.net>2013-01-01 14:13:31 +0200
committerPetri Hintukainen <phintuka@users.sourceforge.net>2013-01-01 14:13:31 +0200
commit2938d3382c732eab3e4dcb6faee829248f1183ac (patch)
tree690ee9eeb016136da7ff770f26d76a2660cc6840
parent8275971c95089fd6dcb4e660fd5c075c6401ba7b (diff)
downloadvdr-plugin-bluray-2938d3382c732eab3e4dcb6faee829248f1183ac.tar.gz
vdr-plugin-bluray-2938d3382c732eab3e4dcb6faee829248f1183ac.tar.bz2
Make sure po directory exists
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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='<see README>' -o $@ $^
%.po: $(I18Npot)