add i18n to bootstrapemu target

This commit is contained in:
Qingping Hou
2013-04-08 11:25:31 -04:00
parent 816e9a5af4
commit 9f267ef5fd

View File

@@ -52,6 +52,7 @@ bootstrapemu:
test -e $(EMU_DIR)/extr || (cd $(EMU_DIR) && ln -s ../$(KOR_BASE)/extr ./)
test -e $(EMU_DIR)/reader.lua || (cd $(EMU_DIR) && ln -s ../reader.lua ./)
test -e $(EMU_DIR)/history || (mkdir $(EMU_DIR)/history)
test -e $(EMU_DIR)/i18n || (mkdir $(EMU_DIR)/i18n)
customupdate: $(KOR_BASE)/koreader-base $(KOR_BASE)/extr
# ensure that the binaries were built for ARM