From 87d9d2107962ed27e2b4b019f96e3265582ed385 Mon Sep 17 00:00:00 2001 From: chrox Date: Tue, 26 Aug 2014 14:27:38 +0800 Subject: [PATCH] make templates dir since it's removed together with the pot file --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e3f415d5a..62878b56e 100644 --- a/Makefile +++ b/Makefile @@ -175,6 +175,7 @@ android-toolchain: $(MAKE) -C $(KOR_BASE) android-toolchain pot: + mkdir -p $(TEMPLATE_DIR) $(XGETTEXT_BIN) reader.lua `find frontend -iname "*.lua"` \ `find plugins -iname "*.lua"` \ > $(TEMPLATE_DIR)/$(DOMAIN).pot