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 +++---- oldstandard.pdf | Bin 92898 -> 0 bytes 2 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 oldstandard.pdf 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 diff --git a/oldstandard.pdf b/oldstandard.pdf deleted file mode 100644 index 806e001..0000000 Binary files a/oldstandard.pdf and /dev/null differ -- cgit v1.2.3