[latex3-commits] [l3svn] 02/02: Simplify cmdcheck files for l3kernel

noreply at latex-project.org noreply at latex-project.org
Sun Feb 19 00:37:24 CET 2017


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

commit 884b7ea09c7c9ed15670e3b97b31f1d670d0e49a
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sat Feb 18 23:37:02 2017 +0000

    Simplify cmdcheck files for l3kernel
---
 l3kernel/build.lua |   11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/l3kernel/build.lua b/l3kernel/build.lua
index 7c576ed..d8ceffa 100644
--- a/l3kernel/build.lua
+++ b/l3kernel/build.lua
@@ -12,16 +12,7 @@ maindir = ".."
 -- Non-standard settings
 checkfiles   = {"l3names.def"}
 cleanfiles   = {"*.fmt", "*.log", "*.pdf", "*.zip"}
-cmdchkfiles  = -- Need to miss a few .dtx files
-  {
-    -- Missing l3doc, l3fp and subfiles
-    "expl3.dtx", "l3alloc.dtx", "l3basics.dtx", "l3bootstrap.dtx",
-    "l3box.dtx", "l3candidates.dtx", "l3clist.dtx", "l3coffins.dtx",
-    "l3color.dtx", "l3docstrip.dtx", "l3drivers.dtx", "l3expan.dtx",
-    "l3file.dtx", "l3final.dtx", "l3int.dtx", "l3keys.dtx",
-    "l3msg.dtx", "l3names.dtx", "l3prg.dtx", "l3prop.dtx", "l3quark.dtx",
-    "l3seq.dtx", "l3skip.dtx", "l3tl.dtx", "l3token.dtx"
-  }
+cmdchkfiles  = {"source3.tex"}
 docfiles     = {"source3body.tex"}
 installfiles =
   {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list