[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Suppress MakeIndex files on branches other than master (e0081f7f)
Joseph Wright
joseph.wright at morningstar2.co.uk
Fri Oct 4 11:07:42 CEST 2019
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/e0081f7f0cd0cfb29162b4a54b15dfa137523f67
>---------------------------------------------------------------
commit e0081f7f0cd0cfb29162b4a54b15dfa137523f67
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Oct 4 10:07:42 2019 +0100
Suppress MakeIndex files on branches other than master
Unlike TeX files, we don't have a convenient -dev
installation tree.
>---------------------------------------------------------------
e0081f7f0cd0cfb29162b4a54b15dfa137523f67
base/build.lua | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/base/build.lua b/base/build.lua
index 900230f2..8cf4079c 100644
--- a/base/build.lua
+++ b/base/build.lua
@@ -189,6 +189,11 @@ end
-- Load the common settings for the LaTeX2e repo
dofile (maindir .. "/build-config.lua")
+-- Suppress makeindex tree other than formal releases
+if not master_branch then
+ makeindexfiles = { }
+end
+
-- Find and run the build system
kpse.set_program_name ("kpsewhich")
if not release_date then
More information about the latex3-commits
mailing list