From: Robert Alessi Date: Mon, 29 Jul 2019 08:50:36 +0000 (+0200) Subject: in the end, do not include oldstandard.pdf X-Git-Tag: 2.5.0~12 X-Git-Url: https://git.ladys.computer/OldStandard/commitdiff_plain/93335c103118506ad3133f4a455636082b787ce6 in the end, do not include 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