diff options
author | Robert Alessi <alessi@robertalessi.net> | 2019-07-29 10:36:25 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2019-07-29 10:36:25 +0200 |
commit | acb0d469774aefc318136299b430e3e83703c414 (patch) | |
tree | 380f745cc49a2eeda8e488d542f420b1194d3b7e | |
parent | c90a1c162dc9f282433b23fd0c100b1d60bbaf5a (diff) | |
download | oldstandard-acb0d469774aefc318136299b430e3e83703c414.tar.gz |
removed circularity in makefile
-rw-r--r-- | makefile | 3 | ||||
-rw-r--r-- | oldstandard.pdf | bin | 92898 -> 92898 bytes |
2 files changed, 2 insertions, 1 deletions
@@ -12,7 +12,8 @@ doc: local | |||
12 | 12 | ||
13 | all: doc | 13 | all: doc |
14 | 14 | ||
15 | local: clean | 15 | local: |
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 | |||