From a172bf8673ccbe0b5fec668329cb7b4e8e08c9da Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Mon, 29 Jul 2019 10:50:36 +0200 Subject: in the end, do not include oldstandard.pdf --- makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 8f798c8..8f23d3d 100644 --- a/makefile +++ b/makefile @@ -12,8 +12,7 @@ doc: local all: doc -local: - rm -f $(LOCALFONTDIR)/OldStandard-*.otf +local: clean cp otf/OldStandard-*.otf $(LOCALFONTDIR)/ luaotfload-tool --update @@ -23,10 +22,10 @@ package: doc cp otf/*.otf $(pkg) tar czf $(pkg)-$(ver).tar.gz $(pkg) -clean: doc +clean: rm -f $(LOCALFONTDIR)/OldStandard-*.otf luaotfload-tool --update git clean -df pandoc README.md -o about.html -.PHONY: doc all local package clean +.PHONY: doc all local package clean prepare -- cgit v1.2.3