aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2019-07-29 10:50:36 +0200
committerRobert Alessi <alessi@robertalessi.net>2019-07-29 10:50:36 +0200
commita172bf8673ccbe0b5fec668329cb7b4e8e08c9da (patch)
treeb40f4a3f5305a4f4f34e632d15849dbee5a5b4db
parentacb0d469774aefc318136299b430e3e83703c414 (diff)
downloadoldstandard-a172bf8673ccbe0b5fec668329cb7b4e8e08c9da.tar.gz
in the end, do not include oldstandard.pdf
-rw-r--r--makefile7
-rw-r--r--oldstandard.pdfbin92898 -> 0 bytes
2 files changed, 3 insertions, 4 deletions
diff --git a/makefile b/makefile
index 8f798c8..8f23d3d 100644
--- a/makefile
+++ b/makefile
@@ -12,8 +12,7 @@ doc: local
12 12
13all: doc 13all: doc
14 14
15local: 15local: clean
16 rm -f $(LOCALFONTDIR)/OldStandard-*.otf
17 cp otf/OldStandard-*.otf $(LOCALFONTDIR)/ 16 cp otf/OldStandard-*.otf $(LOCALFONTDIR)/
18 luaotfload-tool --update 17 luaotfload-tool --update
19 18
@@ -23,10 +22,10 @@ package: doc
23 cp otf/*.otf $(pkg) 22 cp otf/*.otf $(pkg)
24 tar czf $(pkg)-$(ver).tar.gz $(pkg) 23 tar czf $(pkg)-$(ver).tar.gz $(pkg)
25 24
26clean: doc 25clean:
27 rm -f $(LOCALFONTDIR)/OldStandard-*.otf 26 rm -f $(LOCALFONTDIR)/OldStandard-*.otf
28 luaotfload-tool --update 27 luaotfload-tool --update
29 git clean -df 28 git clean -df
30 pandoc README.md -o about.html 29 pandoc README.md -o about.html
31 30
32.PHONY: doc all local package clean 31.PHONY: doc all local package clean prepare
diff --git a/oldstandard.pdf b/oldstandard.pdf
deleted file mode 100644
index 806e001..0000000
--- a/oldstandard.pdf
+++ /dev/null
Binary files differ