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

noreply at latex-project.org noreply at latex-project.org
Tue Jun 14 10:48:00 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 b58887526d597cd41d148df0f68b91cdfe61573d
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Jun 14 09:47:01 2016 +0100

    Remove another custom help()
    
    Same issue: the std help does say it lists the 'common' targets.
---
 build.lua |   11 -----------
 1 file changed, 11 deletions(-)

diff --git a/build.lua b/build.lua
index 2e26f9c..aac3fe0 100644
--- a/build.lua
+++ b/build.lua
@@ -23,17 +23,6 @@ ctanbundles  = {"l3build", "l3kernel", "l3packages", "l3experimental"}
 -- Location of main directory: use Unix-style path separators
 maindir = "."
 
--- Help for the master script is simple
-function help ()
-  print ""
-  print " build check   - run automated check system       "
-  print " build ctan    - create CTAN-ready archive        "
-  print " build doc     - runs all documentation files     "
-  print " build clean   - clean out directory tree         "
-  print " build install - install files in local texmf tree"
-  print ""
-end
-
 -- A custom main function
 -- While almost all of this is customise, the need to be able to cp and
 -- rm files means that loading l3build.lua is very useful

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


More information about the latex3-commits mailing list