[latex3-commits] [git/LaTeX3-latex3-latex3] master: Fix production of l3backend-code PDF (287902611)
Joseph Wright
joseph.wright at morningstar2.co.uk
Thu Sep 24 15:40:09 CEST 2020
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/2879026119cb440cfb770b4286a7cfff15b7cbc9
>---------------------------------------------------------------
commit 2879026119cb440cfb770b4286a7cfff15b7cbc9
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Sep 24 14:40:09 2020 +0100
Fix production of l3backend-code PDF
The issue is that it was making a DVI:
ideally we'll move l3docstrip to DocStrip and the
issue will go away.
>---------------------------------------------------------------
2879026119cb440cfb770b4286a7cfff15b7cbc9
l3backend/build.lua | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/l3backend/build.lua b/l3backend/build.lua
index ffb2059f7..dd359e29b 100644
--- a/l3backend/build.lua
+++ b/l3backend/build.lua
@@ -16,8 +16,7 @@ typesetfiles = {"l3backend-code.tex"}
unpackfiles = {"l3backend.ins"}
-- As we need l3docstrip, a bit of 'fun'
-supportdir = maindir
-unpacksuppfiles = {"/support/docstrip.tex","/l3kernel/l3docstrip.dtx"}
+unpacksuppfiles = {"../support/docstrip.tex","../l3kernel/l3docstrip.dtx"}
-- No deps other than the test system
unpackdeps = { }
More information about the latex3-commits
mailing list.