[latex3-commits] [git/l3build] sourcefiledir: New sourcefiledir variable (70a1a75)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Nov 28 08:50:42 CET 2017


Repository : https://github.com/latex3/l3build
On branch  : sourcefiledir
Link       : https://github.com/latex3/l3build/commit/70a1a75f88d24aa9268c42a6397e46292e3a5ebb

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

commit 70a1a75f88d24aa9268c42a6397e46292e3a5ebb
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Nov 28 07:50:42 2017 +0000

    New sourcefiledir variable
    
    A no-op at present.


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

70a1a75f88d24aa9268c42a6397e46292e3a5ebb
 l3build.lua |    1 +
 1 file changed, 1 insertion(+)

diff --git a/l3build.lua b/l3build.lua
index 1b6fb4e..32fe004 100644
--- a/l3build.lua
+++ b/l3build.lua
@@ -65,6 +65,7 @@ maindir = maindir or "."
 
 -- Substructure files
 docfiledir  = docfiledir  or maindir
+sourcefiledir = sourcefiledir or maindir
 supportdir  = supportdir  or maindir     .. "/support"
 testfiledir = testfiledir or maindir     .. "/testfiles"
 testsuppdir = testsuppdir or testfiledir .. "/support"





More information about the latex3-commits mailing list