[latex3-commits] [git/LaTeX3-latex3-latex3] master: Revert "Fix production of l3backend-code PDF" (c9b5a5990)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Sep 24 16:39:44 CEST 2020


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/c9b5a59908d4e6f41412a7691ff02880764bedf2

>---------------------------------------------------------------

commit c9b5a59908d4e6f41412a7691ff02880764bedf2
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Sep 24 14:40:09 2020 +0100

    Revert "Fix production of l3backend-code PDF"
    
    This reverts commit 2879026119cb440cfb770b4286a7cfff15b7cbc9.


>---------------------------------------------------------------

c9b5a59908d4e6f41412a7691ff02880764bedf2
 l3backend/build.lua | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/l3backend/build.lua b/l3backend/build.lua
index dd359e29b..ffb2059f7 100644
--- a/l3backend/build.lua
+++ b/l3backend/build.lua
@@ -16,7 +16,8 @@ typesetfiles = {"l3backend-code.tex"}
 unpackfiles  = {"l3backend.ins"}
 
 -- As we need l3docstrip, a bit of 'fun'
-unpacksuppfiles = {"../support/docstrip.tex","../l3kernel/l3docstrip.dtx"}
+supportdir = maindir
+unpacksuppfiles = {"/support/docstrip.tex","/l3kernel/l3docstrip.dtx"}
 
 -- No deps other than the test system
 unpackdeps  = { }





More information about the latex3-commits mailing list.