From: Robert Alessi Date: Mon, 29 Jul 2019 08:36:25 +0000 (+0200) Subject: removed circularity in makefile X-Git-Tag: 2.5.0~13 X-Git-Url: https://git.ladys.computer/OldStandard/commitdiff_plain/93c0b4819209abafd2cd03a600e162855984bc21 removed circularity in makefile --- 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