aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 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