X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/42302c75aa79bb1f14328d6b249379169f5a4fa1..b5b3537710ed9f73e1c867e0cc27d50439eaf4cd:/Makefile diff --git a/Makefile b/Makefile index 038d80d..8666e82 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,20 @@ -all: digraphs.inc.pl +all: unicode-char.inc.pl ttfsupport -digraphs.inc.pl: - ./rfc1345convert $(wildcard rfc1345.txt) > digraphs.inc.pl +data/rfc1345.txt: + wget http://www.ietf.org/rfc/rfc1345.txt -O $@ + +digraphs.inc.pl: data/rfc1345.txt + tools/mkdigraphlist data/rfc1345.txt >$@ + +unicode-char.inc.pl: digraphs.inc.pl + tools/mkcharinfo >$@ + +ttfsupport: + mkdir ttfsupport + tools/convert-allfonts clean: -rm digraphs.inc.pl + -rm unicode-char.inc.pl + -rm -rf ttfsupport/