[latex3-commits] [git/LaTeX3-latex3-hyperref] master: add missing brace (2dabf47)
Ulrike Fischer
fischer at troubleshooting-tex.de
Sat Sep 28 17:49:57 CEST 2019
Repository : https://github.com/latex3/hyperref
On branch : master
Link : https://github.com/latex3/hyperref/commit/2dabf47b186230a5e9f5e57926127049ef3d748d
>---------------------------------------------------------------
commit 2dabf47b186230a5e9f5e57926127049ef3d748d
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Sat Sep 28 17:49:57 2019 +0200
add missing brace
>---------------------------------------------------------------
2dabf47b186230a5e9f5e57926127049ef3d748d
build.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.lua b/build.lua
index 29cad00..0240de8 100644
--- a/build.lua
+++ b/build.lua
@@ -11,7 +11,7 @@ checkruns = 2
-- start at getting cyan build organised, not complete yet (mkctan script still used)
sourcefiles = {"*.dtx", "*.ins", "bmhydoc.sty","*-hyper.sty","paperslides99.zip","psdmapshortnames.pl","doc/*.???"}
-typesetfiles={"doc/manual.tex","doc/options.tex","backref.dtx","hyperref.dtx","nameref.dtx"
+typesetfiles={"doc/manual.tex","doc/options.tex","backref.dtx","hyperref.dtx","nameref.dtx"}
flatten = false
More information about the latex3-commits
mailing list