[latex3-commits] [l3svn] 01/02: Remove a custom help()

noreply at latex-project.org noreply at latex-project.org
Tue Jun 14 10:47:59 CEST 2016


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

joseph pushed a commit to branch master
in repository l3svn.

commit f3ae7229cad7420e16708286a585fa8149abc41e
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Jun 14 09:46:01 2016 +0100

    Remove a custom help()
    
    This is more likely to simply be out-of-date than to acutally
    be useful.
---
 l3kernel/build.lua |   20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/l3kernel/build.lua b/l3kernel/build.lua
index e574862..afdfd0c 100644
--- a/l3kernel/build.lua
+++ b/l3kernel/build.lua
@@ -45,26 +45,6 @@ checkdeps   = {maindir .. "/l3build"}
 typesetdeps = {maindir .. "/l3packages/xparse"}
 unpackdeps  = { }
 
--- Some customised functions
-function help()
-  print("usage: " .. arg[0] .. " <command> [<options>] [<names>]")
-  print("")
-  print("The most commonly used l3build commands are:")
-  print("   check      Run all automated tests")
-  print("   clean      Clean out directory tree")
-  print("   cmdcheck   Check commands documented are defined")
-  print("   ctan       Create CTAN-ready archive")
-  print("   doc        Typesets all documentation files")
-  print("   format     Builds a format")
-  print("   install    Installs files into the local texmf tree")
-  print("   save       Saves test validation log")
-  print("")
-  print("Valid options are:")
-  print("   --engine|-e         Sets the engine to use for running test")
-  print("   --halt-on-error|-H  Stops running tests after the first failure")
-  print("")
-end
-
 function format()
   local engines = checkengines
   if optengines then

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


More information about the latex3-commits mailing list