[latex3-commits] [git/LaTeX3-latex3-l3build] newzip: Don't document removed options (cdfd874)
Marcel Fabian Krüger
tex at 2krueger.de
Thu Aug 5 20:51:58 CEST 2021
Repository : https://github.com/latex3/l3build
On branch : newzip
Link : https://github.com/latex3/l3build/commit/cdfd874d105065df453a0463c2593346eedfcb9a
>---------------------------------------------------------------
commit cdfd874d105065df453a0463c2593346eedfcb9a
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Thu Aug 5 20:51:58 2021 +0200
Don't document removed options
>---------------------------------------------------------------
cdfd874d105065df453a0463c2593346eedfcb9a
l3build-variables.lua | 2 --
l3build.dtx | 4 +---
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/l3build-variables.lua b/l3build-variables.lua
index 579dfd1..f103200 100644
--- a/l3build-variables.lua
+++ b/l3build-variables.lua
@@ -107,12 +107,10 @@ unpackdeps = unpackdeps or { }
-- Executable names plus following options
typesetexe = typesetexe or "pdflatex"
unpackexe = unpackexe or "pdftex"
-zipexe = zipexe or "zip"
checkopts = checkopts or "-interaction=nonstopmode"
typesetopts = typesetopts or "-interaction=nonstopmode"
unpackopts = unpackopts or ""
-zipopts = zipopts or "-v -r -X"
-- Engines for testing
checkengines = checkengines or {"pdftex", "xetex", "luatex"}
diff --git a/l3build.dtx b/l3build.dtx
index 74c4275..17c7fa2 100644
--- a/l3build.dtx
+++ b/l3build.dtx
@@ -121,7 +121,6 @@
\luavarseparator
\luavarset{typesetexe} {"pdflatex"} {Executable for compiling \texttt{doc(s)}}
\luavarset{unpackexe} {"pdftex"} {Executable for running \texttt{unpack}}
-\luavarset{zipexe} {"zip"} {Executable for creating archive with \texttt{ctan}}
\luavarset{biberexe} {"biber"} {Biber executable}
\luavarset{bibtexexe} {"bibtex8"} {\BibTeX{} executable}
\luavarset{makeindexexe} {"makeindex"}{MakeIndex executable}
@@ -130,7 +129,6 @@
\luavarset{checkopts} {"-interaction=nonstopmode"}{Options passed to engine when running checks}
\luavarset{typesetopts}{"-interaction=nonstopmode"}{Options passed to engine when typesetting}
\luavarset{unpackopts} {""} {Options passed to engine when unpacking}
-\luavarset{zipopts} {"-v -r -X"} {Options passed to zip program}
\luavarset{biberopts} {""} {Biber options}
\luavarset{bibtexopts} {"-W"} {\BibTeX{} options}
\luavarset{makeindexopts}{""} {MakeIndex options}
@@ -498,7 +496,7 @@
%
% Binary files should be specified with the \var{binaryfiles} variable (default \luavar{binaryfiles}); these are added to the zip archive without normalising line endings (text files are automatically converted to Unix-style line endings).
%
-% To create the archive, by default the binary \var{zipexe} is used (\luavar{zipexe}) with options \var{zipopts} (|-v -r -X|). The intermediate build directories \var{ctandir} and \var{tdsdir} are used to construct the archive.
+% The intermediate build directories \var{ctandir} and \var{tdsdir} are used to construct the archive.
% \end{buildcmd}
%
%
More information about the latex3-commits
mailing list.