Merge pull request #850 from chrox/fix_templates

make templates dir since it's removed together with the pot file
This commit is contained in:
Qingping Hou
2014-08-25 23:32:16 -07:00

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