[latex3-commits] [git/LaTeX3-latex3-hyperref] master: still disable l3build ctan (3663480)

David Carlisle d.p.carlisle at gmail.com
Sat Jan 18 10:48:34 CET 2020


Repository : https://github.com/latex3/hyperref
On branch  : master
Link       : https://github.com/latex3/hyperref/commit/3663480ce84a6c50c96898d4eb5d5c868729148b

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

commit 3663480ce84a6c50c96898d4eb5d5c868729148b
Author: David Carlisle <d.p.carlisle at gmail.com>
Date:   Sat Jan 18 09:48:34 2020 +0000

    still disable l3build ctan


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

3663480ce84a6c50c96898d4eb5d5c868729148b
 build.lua | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/build.lua b/build.lua
index d5e6606..642895e 100644
--- a/build.lua
+++ b/build.lua
@@ -30,6 +30,15 @@ flatten = false
 packtdszip  = true
 
 
+function no_ctan()
+error("use mkctan script")
+end
+
+target_list.ctan={
+bundle_func=no_ctan,
+desc="CTAN packaging disabled",
+func=no_ctan
+}
 
 
 





More information about the latex3-commits mailing list