[latex3-commits] [git/LaTeX3-latex3-latex3] master: Build docs for release code only (b6508a3)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Feb 28 00:31:37 CET 2019


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

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

commit b6508a3cebdc9f4eac9393d2dda4361351fd8302
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Feb 27 23:31:37 2019 +0000

    Build docs for release code only


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

b6508a3cebdc9f4eac9393d2dda4361351fd8302
 build.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.lua b/build.lua
index 97239ca..9c8e6cb 100644
--- a/build.lua
+++ b/build.lua
@@ -38,7 +38,7 @@ function main(target)
       end
     end
   elseif target == "doc" then
-    errorlevel = call(bundles, "doc")
+    errorlevel = call(ctanbundles, "doc")
   elseif target == "install" then
     errorlevel = call (bundles, "install")
   elseif target == "uninstall" then





More information about the latex3-commits mailing list