[latex3-commits] [git/l3build] master: add sourcefiledir to documentation (6e48dbe)

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/6e48dbeeb2443181bd2b6e07b6b6401182bfbdee

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

commit 6e48dbeeb2443181bd2b6e07b6b6401182bfbdee
Author: Will Robertson <will at wspr.io>
Date:   Tue Nov 28 23:46:53 2017 +1030

    add sourcefiledir to documentation
    
    I think we need to be a little more thorough about documenting a lot of these variables. Not for this branch though!


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

6e48dbeeb2443181bd2b6e07b6b6401182bfbdee
 l3build.dtx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/l3build.dtx b/l3build.dtx
index fa854c4..44128ca 100644
--- a/l3build.dtx
+++ b/l3build.dtx
@@ -58,7 +58,8 @@
 \luavarset{exclmodules}{\{~\}}{Directories to be excluded from automatic module detection}
 \luavarseparator
 \luavarset{maindir}     {"."}{The top level directory for this module or bundle.}
-\luavarset{docfiledir}        {maindir}{Where to look for files for the documentation tree.}
+\luavarset{sourcefiledir}{maindir}{Where to look for the source files.}
+\luavarset{docfiledir}  {maindir}{Where to look for files for the documentation tree.}
 \luavarset{supportdir}  {maindir .. "/support"}     {Where copies of files to support check/doc compilation are stored.}
 \luavarset{testfiledir} {maindir .. "/testfiles"}   {Where the tests are.}
 \luavarset{testsuppdir} {testfiledir .. "/support"} {Where support files for the tests are.}





More information about the latex3-commits mailing list