diff options
Diffstat (limited to 'Master/texmf-dist/scripts/l3build/l3build-arguments.lua')
-rw-r--r-- | Master/texmf-dist/scripts/l3build/l3build-arguments.lua | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/l3build/l3build-arguments.lua b/Master/texmf-dist/scripts/l3build/l3build-arguments.lua index e693ab929df..a6a13a43fee 100644 --- a/Master/texmf-dist/scripts/l3build/l3build-arguments.lua +++ b/Master/texmf-dist/scripts/l3build/l3build-arguments.lua @@ -47,6 +47,11 @@ option_list = desc = "Sets the date to insert into sources", type = "string" }, + debug = + { + desc = "Runs target in debug mode (not supported by all targets)", + type = "boolean" + }, dirty = { desc = "Skip cleaning up the test area", @@ -57,6 +62,11 @@ option_list = desc = "Dry run for install", type = "boolean" }, + email = + { + desc = "Email address of CTAN uploader", + type = "string" + }, engine = { desc = "Sets the engine(s) to use for running test", @@ -68,6 +78,12 @@ option_list = desc = "Sets the epoch for tests and typesetting", type = "string" }, + file = + { + desc = "Take the upload announcement from the given file", + short = "F", + type = "string" + }, first = { desc = "Name of first test to run", @@ -106,6 +122,12 @@ option_list = desc = "Name of last test to run", type = "string" }, + message = + { + desc = "Text for upload announcement message", + short = "m", + type = "string" + }, rerun = { desc = "Skip setup: simply rerun tests", |