[latex3-commits] [git/LaTeX3-latex3-latex3] master: Allow l3backend docs to build (4e0d6657f)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Feb 5 21:07:17 CET 2021


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

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

commit 4e0d6657f97e34c18575f9a503edac4186b37434
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.


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

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

diff --git a/l3backend/build.lua b/l3backend/build.lua
index e7b4187f3..d3fe8be40 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.