From acb0d469774aefc318136299b430e3e83703c414 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Mon, 29 Jul 2019 10:36:25 +0200 Subject: removed circularity in makefile --- makefile | 3 ++- oldstandard.pdf | Bin 92898 -> 92898 bytes 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index 6f1f026..8f798c8 100644 --- a/makefile +++ b/makefile @@ -12,7 +12,8 @@ doc: local all: doc -local: clean +local: + rm -f $(LOCALFONTDIR)/OldStandard-*.otf cp otf/OldStandard-*.otf $(LOCALFONTDIR)/ luaotfload-tool --update diff --git a/oldstandard.pdf b/oldstandard.pdf index 0334e85..806e001 100644 Binary files a/oldstandard.pdf and b/oldstandard.pdf differ -- cgit v1.2.3