summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2015-07-21 08:11:21 +0200
committerPhilipp Gesang <phg@phi-gamma.net>2015-07-21 08:11:26 +0200
commit6eff203e9bf3348d090b6b5046466415bcd6530a (patch)
tree64497a1911ca3b94b0de89f273c148cc7fbf3d08 /Makefile
parente3d7d44a4eb599e7168158c66c6421e6e5f867a0 (diff)
downloadluaotfload-6eff203e9bf3348d090b6b5046466415bcd6530a.tar.gz
[mkstatus,build,conf] default to packaged fontloader via status file
This adds an entry ``loader`` on the ``notes`` hash in the status table by means of which the fontloader can be specified. The status file is read when building the configuration table, and if it is present the entry in the ``loader`` table will be used as the default fontloader. Otherwise, Luaotfload falls back on the reference loader.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2613db4..bd0021b 100644
--- a/Makefile
+++ b/Makefile
@@ -90,7 +90,7 @@ LUA = texlua
## variables.
DO_GLYPHS = $(LUA) $(GLYPHSCRIPT) > /dev/null
DO_CHARS = $(LUA) $(CHARSCRIPT) > /dev/null
-DO_STATUS = $(LUA) $(STATUSSCRIPT) $(LOADER) >/dev/null
+DO_STATUS = $(LUA) $(STATUSSCRIPT) --fontloader=$(LOADER) >/dev/null
DO_IMPORT = $(LUA) $(IMPORTSCRIPT) import >/dev/null
DO_PACKAGE = $(LUA) $(IMPORTSCRIPT) package \
$(PACKAGEDIR)/luaotfload-package.lua $(LOADER) >/dev/null