[latex3-commits] [git/LaTeX3-latex3-latex3] LaTeX2020: l3backend needs DocStrip (113980af3)

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


Repository : https://github.com/latex3/latex3
On branch  : LaTeX2020
Link       : https://github.com/latex3/latex3/commit/113980af3c6b1e9f82b5af3abc7ac3f92245e63b

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

commit 113980af3c6b1e9f82b5af3abc7ac3f92245e63b
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Oct 4 10:04:40 2019 +0100

    l3backend needs DocStrip


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

113980af3c6b1e9f82b5af3abc7ac3f92245e63b
 l3backend/build.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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





More information about the latex3-commits mailing list