From 0a283ac66f2fc597e81faa6f7ce39d975f11cce7 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Thu, 3 Dec 2015 00:39:57 +0100 Subject: [build] keep fontloader source in tex subtree to keep kpse happy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit kpathsea doesn’t return paths to files in the source subtree so loading the unpackaged fontloader files is broken. Fix this by moving the relevant files in the tex tree. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8375ac3..9b1d356 100644 --- a/Makefile +++ b/Makefile @@ -183,7 +183,7 @@ endef define run-install @mkdir -p $(SCRIPTDIR) && cp -- $(SCRIPTSTATUS) $(SCRIPTDIR) @mkdir -p $(RUNDIR) && cp -- $(RESOURCES) $(RUNSTATUS) $(RUNDIR) -@mkdir -p $(SRCDIR) && cp -- $(LOADERSRC) $(SRCDIR) +@mkdir -p $(RUNDIR) && cp -- $(LOADERSRC) $(RUNDIR) endef $(TDS_ZIP): TEXMFROOT=./tmp-texmf -- cgit v1.2.3