aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2019-07-29 10:36:25 +0200
committerRobert Alessi <alessi@robertalessi.net>2019-07-29 10:36:25 +0200
commitacb0d469774aefc318136299b430e3e83703c414 (patch)
tree380f745cc49a2eeda8e488d542f420b1194d3b7e
parentc90a1c162dc9f282433b23fd0c100b1d60bbaf5a (diff)
downloadoldstandard-acb0d469774aefc318136299b430e3e83703c414.tar.gz
removed circularity in makefile
-rw-r--r--makefile3
-rw-r--r--oldstandard.pdfbin92898 -> 92898 bytes
2 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index 6f1f026..8f798c8 100644
--- a/makefile
+++ b/makefile
@@ -12,7 +12,8 @@ doc: local
12 12
13all: doc 13all: doc
14 14
15local: clean 15local:
16 rm -f $(LOCALFONTDIR)/OldStandard-*.otf
16 cp otf/OldStandard-*.otf $(LOCALFONTDIR)/ 17 cp otf/OldStandard-*.otf $(LOCALFONTDIR)/
17 luaotfload-tool --update 18 luaotfload-tool --update
18 19
diff --git a/oldstandard.pdf b/oldstandard.pdf
index 0334e85..806e001 100644
--- a/oldstandard.pdf
+++ b/oldstandard.pdf
Binary files differ