[latex3-commits] [git/LaTeX3-latex3-l3build] master: Allow for running in 'traditional' style (fd8023c)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Mar 23 14:41:18 CET 2018


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

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

commit fd8023cf8ef0953df60f50750e6cb698962cb50e
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Mar 23 13:41:18 2018 +0000

    Allow for running in 'traditional' style


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

fd8023cf8ef0953df60f50750e6cb698962cb50e
 build.lua |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/build.lua b/build.lua
index e296a33..1476548 100644
--- a/build.lua
+++ b/build.lua
@@ -47,3 +47,7 @@ function tag_hook(tagname)
   os.execute('git commit -a -m "Step release tag"')
   os.execute('git tag -a -m "" ' .. tagname)
 end
+
+if not release_date then
+  dofile("./l3build.lua")
+end
\ No newline at end of file





More information about the latex3-commits mailing list