[latex3-commits] [git/LaTeX3-latex3-l3build] master: Use pdftex for unpacking (1c6879d)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sat Sep 14 12:03:01 CEST 2019
Repository : https://github.com/latex3/l3build
On branch : master
Link : https://github.com/latex3/l3build/commit/1c6879de91ee9fcac68dbee85d4f61b42086f1b4
>---------------------------------------------------------------
commit 1c6879de91ee9fcac68dbee85d4f61b42086f1b4
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sat Sep 14 11:03:01 2019 +0100
Use pdftex for unpacking
>---------------------------------------------------------------
1c6879de91ee9fcac68dbee85d4f61b42086f1b4
CHANGELOG.md | 4 ++++
l3build-variables.lua | 2 +-
l3build.dtx | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b7d2089..6d7af38 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,10 @@ this project uses date-based 'snapshot' version identifiers.
## [Unreleased]
+### Changed
+
+- Use `pdftex` not `tex` for unpacking
+
## [2019-08-24]
### Changed
diff --git a/l3build-variables.lua b/l3build-variables.lua
index 9160648..6eb0f37 100644
--- a/l3build-variables.lua
+++ b/l3build-variables.lua
@@ -104,7 +104,7 @@ unpackdeps = unpackdeps or { }
-- Executable names plus following options
typesetexe = typesetexe or "pdflatex"
-unpackexe = unpackexe or "tex"
+unpackexe = unpackexe or "pdftex"
zipexe = zipexe or "zip"
checkopts = checkopts or "-interaction=nonstopmode"
diff --git a/l3build.dtx b/l3build.dtx
index e4dbf51..7087489 100644
--- a/l3build.dtx
+++ b/l3build.dtx
@@ -115,7 +115,7 @@
\luavarset{checkconfigs}{\{\}}{Configurations to use for tests}
\luavarseparator
\luavarset{typesetexe} {"pdflatex"} {Executable for compiling \texttt{doc(s)}}
-\luavarset{unpackexe} {"tex"} {Executable for running \texttt{unpack}}
+\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}
More information about the latex3-commits
mailing list