make templates dir since it's removed together with the pot file

This commit is contained in:
chrox
2014-08-26 14:27:38 +08:00
parent 77af817376
commit 87d9d21079

View File

@@ -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