[latex3-commits] [git/LaTeX3-latex3-latex3] master: Correct l3hooks build script (851c9ed)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Jun 3 11:21:49 CEST 2019


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

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

commit 851c9eda9f753dc836fe5f02e03a2565f4b02cb8
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Jun 3 10:21:49 2019 +0100

    Correct l3hooks build script


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

851c9eda9f753dc836fe5f02e03a2565f4b02cb8
 l3trial/l3hooks/build.lua |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/l3trial/l3hooks/build.lua b/l3trial/l3hooks/build.lua
index ccdeef5..bee1da9 100644
--- a/l3trial/l3hooks/build.lua
+++ b/l3trial/l3hooks/build.lua
@@ -1,16 +1,16 @@
 #!/usr/bin/env texlua
 
--- Build script for LaTeX3 "l3pdf" files
+-- Build script for LaTeX3 "l3hooks" files
 
 -- Identify the bundle and module: the module may be empty in the case where
 -- there is no subdivision
 bundle = "l3trial"
-module = "l3pdf"
+module = "l3hooks"
 
 -- Location of main directory: use Unix-style path separators
 maindir = "../.."
 
-typesetfiles = {"l3pdf.dtx", "l3pdf-code.tex"}
+typesetfiles = {"l3hooks.dtx", "l3hooks-code.tex"}
 
 -- Non-standard settings
 checksearch  = true





More information about the latex3-commits mailing list