From 16c86dd8a3cb2cbf2f16d7614f97750b10689069 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Fri, 13 Feb 2015 15:41:34 +0100 Subject: [PATCH] digraphs: depend include generation on shiar.inc.txt proposals Though not required it should be present under normal circumstances. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bc0c630..693c76a 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ unicode-age.inc.pl: data/DerivedAge.txt data/rfc1345.txt: tools/wget-ifmodified http://www.ietf.org/rfc/$(@F) $@ -digraphs.inc.pl: data/rfc1345.txt +digraphs.inc.pl: data/rfc1345.txt shiar.inc.txt tools/mkdigraphlist $< >$@ unicode-char.inc.pl: digraphs.inc.pl unicode-age.inc.pl -- 2.30.0