X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/9445c538bedc82733b7b1c6eb9df7bf9cb54ed64..da56f674f1b9ed64adbcae060113733b023fa5c9:/Makefile diff --git a/Makefile b/Makefile index df6cbe5..7db808b 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ word/put.js: $(download) word/%.min.js: word/%.js uglifyjs -m '' $< -o $@ -data: data/digraphs.json data/unicode-cover.inc.pl data/countries.inc.pl data/browser data/termcol-xcolor.inc.pl data/digraphs-xorg.json data/unicode-sampler word +data: data/digraphs.json data/unicode-cover.inc.pl data/countries.inc.pl data/browser data/termcol-xcolor.inc.pl data/digraphs-xorg.json data/unicode-sampler word keyboard/symbols/unigraph data/DerivedAge.txt: $(download) tools/wget-ifmodified http://www.unicode.org/Public/UNIDATA/$(@F) $@ @@ -56,6 +56,9 @@ data/keysymdef.json: tools/mkxkeysymdef data/keysymdef.h data/digraphs-xorg.json: tools/mkdigraphs-xorg data/xorg-compose data/keysymdef.json $(call cmdsave,$^) +keyboard/symbols/%: tools/mkxkbsymbols data/keyboard/altgr/%.eng.json + $(call cmdsave,$^) + data/digraphs-vim.inc.pl: tools/mkdigraphs-vim $(call cmdsave,$<)