Skip to content

Instantly share code, notes, and snippets.

@matze
Created December 15, 2014 10:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matze/03d116c556c7615a5e6f to your computer and use it in GitHub Desktop.
Save matze/03d116c556c7615a5e6f to your computer and use it in GitHub Desktop.
Kobo Hyphenation
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