[latex3-commits] [git/l3build] master: New sourcefiledir variable (8788a02)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Nov 28 15:28:51 CET 2017


Repository : https://github.com/latex3/l3build
On branch  : master
Link       : https://github.com/latex3/l3build/commit/8788a023b7da894eb94472cb6e2521db21a1ddeb

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

commit 8788a023b7da894eb94472cb6e2521db21a1ddeb
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.


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

8788a023b7da894eb94472cb6e2521db21a1ddeb
 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