summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2014-12-08 22:34:37 +0100
committerPhilipp Gesang <phg42.2a@gmail.com>2014-12-08 22:34:37 +0100
commit3cf2dcca26bee734bc2ba867ff5709af712c8df0 (patch)
tree6118daaa89c1a9f630afab8a36387a73c7096344 /Makefile
parent44743a73b1862f6acb5e2039e71abb616853697e (diff)
downloadluaotfload-3cf2dcca26bee734bc2ba867ff5709af712c8df0.tar.gz
[build] include import script in makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 17f583f..b3fce99 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,7 @@ CONFDEMO = $(MISCDIR)/luaotfload.conf.example
GLYPHSCRIPT = $(SCRIPTSRCDIR)/mkglyphlist
CHARSCRIPT = $(SCRIPTSRCDIR)/mkcharacters
STATUSSCRIPT = $(SCRIPTSRCDIR)/mkstatus
+IMPORTSCRIPT = $(SCRIPTSRCDIR)/mkimport
GLYPHSOURCE = $(BUILDDIR)/glyphlist.txt
@@ -88,6 +89,7 @@ LUA = texlua
DO_GLYPHS = $(LUA) $(GLYPHSCRIPT) > /dev/null
DO_CHARS = $(LUA) $(CHARSCRIPT) > /dev/null
DO_STATUS = $(LUA) $(STATUSSCRIPT) > /dev/null
+DO_IMPORT = $(LUA) $(IMPORTSCRIPT) > /dev/null
define check-lua-files
@echo validating syntax
@@ -179,7 +181,7 @@ $(TDS_ZIP): $(DOCS) $(ALL_STATUS) check
sign: $(CTAN_ZIPSIG)
-.PHONY: install manifest clean mrproper show showtargets check
+.PHONY: install manifest clean mrproper show showtargets check import news
install: $(ALL_STATUS)
@echo "Installing in '$(TEXMFROOT)'."