From a69766af4eca7aca8cd07fafc5761c3300f52487 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Fri, 14 Apr 2017 11:20:10 +0200 Subject: [PATCH] latin: optionally compile static include Prepare cache to avoid costly recalculation. --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 3489370..6a46507 100644 --- a/Makefile +++ b/Makefile @@ -96,3 +96,8 @@ clean: -rm unicode-cover.inc.pl -rm data/browser/support.inc.pl +.SECONDEXPANSION: + +data/writing-latn.inc.pl: $$(@F) + perl -MData::Dumper -wE 'my @t = do "$<" or die $$@; print Data::Dumper->new([\@t])->Terse(1)->Quotekeys(0)->Indent(1)->Dump' >$@ + -- 2.30.0