[latex3-commits] [git/LaTeX3-latex3-latex3] LaTeX2020: l3backend needs DocStrip in the right var! (6579cf9d3)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Oct 4 11:09:10 CEST 2019


Repository : https://github.com/latex3/latex3
On branch  : LaTeX2020
Link       : https://github.com/latex3/latex3/commit/6579cf9d3c312e18a13e2f8895c3b1f99a16245d

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

commit 6579cf9d3c312e18a13e2f8895c3b1f99a16245d
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Oct 4 10:09:10 2019 +0100

    l3backend needs DocStrip in the right var!


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

6579cf9d3c312e18a13e2f8895c3b1f99a16245d
 l3backend/build.lua | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3backend/build.lua b/l3backend/build.lua
index 2c536f644..4e7116f44 100644
--- a/l3backend/build.lua
+++ b/l3backend/build.lua
@@ -13,11 +13,11 @@ installfiles = {"*.def"}
 sourcefiles  = {"*.dtx", "*.ins"}
 tagfiles     = {"*.dtx", "CHANGELOG.md", "README.md"}
 typesetfiles = {"l3backend-code.tex"}
-unpackfiles  = {"/support/docstrip.tex","l3backend.ins"}
+unpackfiles  = {"l3backend.ins"}
 
 -- As we need l3docstrip, a bit of 'fun'
 supportdir = maindir
-unpacksuppfiles = {"/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