[latex3-commits] [l3svn] branch master updated: Revert "l3build: Make TDS creation the standard"
noreply at latex-project.org
noreply at latex-project.org
Fri Oct 9 12:40:48 CEST 2015
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
The following commit(s) were added to refs/heads/master by this push:
new 17af08c Revert "l3build: Make TDS creation the standard"
17af08c is described below
commit 17af08cd3189c96e21c1b5525656ef92dc00bec6
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Oct 9 11:40:36 2015 +0100
Revert "l3build: Make TDS creation the standard"
This reverts commit c0a654d4736fcdf94362414a593749bc99c2e9b0.
---
build-config.lua | 2 ++
l3build/l3build.dtx | 4 ++--
l3build/l3build.lua | 4 +---
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/build-config.lua b/build-config.lua
index 020434d..4e5a463 100644
--- a/build-config.lua
+++ b/build-config.lua
@@ -11,6 +11,8 @@ checksuppfiles = checksuppfiles or {"minimal.cls", "regression-test.cfg"}
unpacksuppfiles = unpacksuppfiles or {"docstrip.tex"}
versionfiles = versionfiles or {"*.dtx", "README.md"}
+packtdszip = true
+
typesetcmds = typesetcmds or "\\AtBeginDocument{\\DisableImplementation}"
if checksearch == nil then
diff --git a/l3build/l3build.dtx b/l3build/l3build.dtx
index 894b580..a585e61 100644
--- a/l3build/l3build.dtx
+++ b/l3build/l3build.dtx
@@ -154,7 +154,7 @@
\luavarseparator
\luavarset{asciiengines}{\{"pdftex"\}}{Engines which should log as sure ASCII}
\luavarset{checkruns} {1} {How many times to run a check file before comparing the log.}
-\luavarset{packtdszip} {true} {Build a TDS-style zip file for CTAN?}
+\luavarset{packtdszip} {false} {Build a TDS-style zip file for CTAN?}
\luavarset{scriptname} {"build.lua"} {Name of script used in dependencies.}
\luavarset{typesetcmds} {""} {Instructions to be passed to \TeX{} when doing typesetting.}
\luavarset{versionform} {""} {Nature of version strings for auto-replacement.}
@@ -383,7 +383,7 @@
% \begin{buildcmd}{ctan}
% Creates an archive of the package and its documentation, suitable for uploading to CTAN
% The archive is compiled in \var{distribdir}, and if the results are successful the resultant |.zip| file is moved into the same directory as the build script.
-% If \var{packtdszip} is set |true| then the building process includes a |.tds.zip| file containing the `\TeX\ Directory Structure' layout of the package or bundle.
+% If \var{packtdszip} is set true then the building process includes a |.tds.zip| file containing the `\TeX\ Directory Structure' layout of the package or bundle.
% The archive therefore may contain two `views' of the package:
% \begin{Verbatim}
% abc.zip/
diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index f30a58c..7238c9a 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -149,9 +149,7 @@ makeindexopts = makeindexopts or ""
-- Other required settings
asciiengines = asciiengines or {"pdftex"}
checkruns = checkruns or 1
-if packtdszip == nil then
- packtdszip = true
-end
+packtdszip = packtdszip or false -- Not actually needed but clearer
scriptname = scriptname or "build.lua" -- Script used in each directory
typesetcmds = typesetcmds or ""
versionform = versionform or ""
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list