[latex3-commits] [git/LaTeX3-latex3-l3build] master, standalone: Allow user override of manifestfile variable (eb77ca2)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Mar 6 09:54:10 CET 2018


Repository : https://github.com/latex3/l3build
On branches: master,standalone
Link       : https://github.com/latex3/l3build/commit/eb77ca2c39b8b926df1a15351b6d61aa0f890e15

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

commit eb77ca2c39b8b926df1a15351b6d61aa0f890e15
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Mar 6 08:54:10 2018 +0000

    Allow user override of manifestfile variable


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

eb77ca2c39b8b926df1a15351b6d61aa0f890e15
 l3build-variables.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3build-variables.lua b/l3build-variables.lua
index 1ded774..c7ecbb9 100644
--- a/l3build-variables.lua
+++ b/l3build-variables.lua
@@ -199,4 +199,4 @@ psext  = psext  or ".ps"
 tlgext = tlgext or ".tlg"
 
 -- Manifest options
-manifestfile = "MANIFEST.md"
+manifestfile = manifestfile or "MANIFEST.md"





More information about the latex3-commits mailing list