[latex3-commits] [git/l3build] manifest: manifest: add sourcefiledir & docfiledir (38ecfd0)

Will Robertson wspr81 at gmail.com
Thu Dec 28 07:03:22 CET 2017


Repository : https://github.com/latex3/l3build
On branch  : manifest
Link       : https://github.com/latex3/l3build/commit/38ecfd091ea0fbe48be6b7ee2b3ee42bd40f45e3

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

commit 38ecfd091ea0fbe48be6b7ee2b3ee42bd40f45e3
Author: Will Robertson <wspr81 at gmail.com>
Date:   Thu Dec 28 14:03:22 2017 +0800

    manifest: add sourcefiledir & docfiledir


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

38ecfd091ea0fbe48be6b7ee2b3ee42bd40f45e3
 l3build-manifest-setup.lua |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/l3build-manifest-setup.lua b/l3build-manifest-setup.lua
index 6b88da1..f5350f2 100644
--- a/l3build-manifest-setup.lua
+++ b/l3build-manifest-setup.lua
@@ -56,6 +56,7 @@ generates the installation files of the package. Additional files included here
 be installed for processing such as testing.
 ]],
        files   = {sourcefiles},
+       dir     = sourcefiledir or maindir, -- TODO: remove "or maindir" after rebasing onto master
     },
     {
        name    = "Typeset documentation source files",
@@ -71,6 +72,7 @@ These files form part of the documentation but are not typeset. Generally they w
 additional input files for the typeset documentation files listed above.
 ]],
        files   = {docfiles},
+       dir     = docfiledir or maindir, -- TODO: remove "or maindir" after rebasing onto master
     },
     {
        name    = "Text files",





More information about the latex3-commits mailing list