From 466605e8f7d7f88a5e76b2608c5bc5858e2479b2 Mon Sep 17 00:00:00 2001 From: chrox Date: Sat, 13 Jul 2013 21:48:57 +0800 Subject: [PATCH] add hyphenation dictionaries in customupdate --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 2edcbc5d8..845b40bb5 100644 --- a/Makefile +++ b/Makefile @@ -76,6 +76,7 @@ customupdate: all $(INSTALL_DIR)/libs $(STRIP) --strip-unneeded $(INSTALL_DIR)/libs/* cp -rpL $(KOR_BASE)/data/*.css $(INSTALL_DIR)/data + cp -rpL $(KOR_BASE)/data/hyph $(INSTALL_DIR)/data/hyph cp -rpL $(KOR_BASE)/fonts $(INSTALL_DIR) cp -rp $(MO_DIR) $(INSTALL_DIR) rm $(INSTALL_DIR)/fonts/droid/DroidSansFallbackFull.ttf