X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/1a5ae8feefccb3f58ba09f069d45d0618a92cf8e..eeaaa3c862485faf9f26c5646b2c9e94d03657ab:/Makefile diff --git a/Makefile b/Makefile index b44eaaa..8666e82 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,13 @@ all: unicode-char.inc.pl ttfsupport -digraphs.inc.pl: - ./rfc1345convert $(wildcard rfc1345.txt) >$@ +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/convert-unicode.pl >$@ + tools/mkcharinfo >$@ ttfsupport: mkdir ttfsupport