tools: rename convert tools to regular mk*
[sheet.git] / Makefile
index b44eaaae7f3042f00811132f77f56de8583a9b9c..8666e8235d21cfed2cdb35cc5db273faa4667f19 100644 (file)
--- 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