[latex3-commits] [git/LaTeX3-latex3-latex3] drop-xparse: Allow l3backend docs to build (a6eab0450)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Feb 4 16:56:17 CET 2021


Repository : https://github.com/latex3/latex3
On branch  : drop-xparse
Link       : https://github.com/latex3/latex3/commit/a6eab045088257c9f2fc076c74dd6a2a1f736e00

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

commit a6eab045088257c9f2fc076c74dd6a2a1f736e00
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Feb 4 15:53:27 2021 +0000

    Allow l3backend docs to build
    
    As l3backend's setup is tricky, this is probably
    acceptable if a bit strange.


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

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

diff --git a/l3backend/build.lua b/l3backend/build.lua
index cbbbbb471..58d7813e8 100644
--- a/l3backend/build.lua
+++ b/l3backend/build.lua
@@ -21,7 +21,7 @@ unpacksuppfiles = {"/support/docstrip.tex","/l3kernel/l3docstrip.dtx"}
 
 -- No deps other than the test system
 unpackdeps  = { }
-typesetdeps = {}
+typesetdeps = {maindir .. "/l3kernel"}
 
 -- Get the .pro files in the right place
 tdslocations = {"dvips/l3backend/*.pro"}





More information about the latex3-commits mailing list.