From 1a5ae8feefccb3f58ba09f069d45d0618a92cf8e Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Tue, 3 Apr 2012 19:46:14 +0200 Subject: [PATCH] make rules for unicode-char.inc.pl and ttfsupport/ --- Makefile | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 038d80d..b44eaaa 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,17 @@ -all: digraphs.inc.pl +all: unicode-char.inc.pl ttfsupport digraphs.inc.pl: - ./rfc1345convert $(wildcard rfc1345.txt) > digraphs.inc.pl + ./rfc1345convert $(wildcard rfc1345.txt) >$@ + +unicode-char.inc.pl: digraphs.inc.pl + tools/convert-unicode.pl >$@ + +ttfsupport: + mkdir ttfsupport + tools/convert-allfonts clean: -rm digraphs.inc.pl + -rm unicode-char.inc.pl + -rm -rf ttfsupport/ -- 2.30.0