Created
December 15, 2014 10:50
-
-
Save matze/03d116c556c7615a5e6f to your computer and use it in GitHub Desktop.
Kobo Hyphenation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DICT_DIR=usr/local/Kobo/hyphenDicts | |
all: KoboRoot.tgz | |
KoboRoot.tgz: | |
@mkdir -p $(DICT_DIR) | |
@cp -P /usr/share/hyphen/*.dic $(DICT_DIR) | |
@find $(DICT_DIR) -type l -exec rm -f {} \; | |
@tar czf $@ usr/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment