From 9f267ef5fdac99b21be4ff968e58e79d5d7cec07 Mon Sep 17 00:00:00 2001 From: Qingping Hou Date: Mon, 8 Apr 2013 11:25:31 -0400 Subject: [PATCH] add i18n to bootstrapemu target --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b422d4c82..e7ffc0970 100644 --- a/Makefile +++ b/Makefile @@ -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