aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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