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

pull/850/head
chrox 10 years ago
parent 77af817376
commit 87d9d21079

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

Loading…
Cancel
Save