Skip to content

Commit

Permalink
Revert "Create TDS-style zip as-standard"
Browse files Browse the repository at this point in the history
This reverts commit 5824f78.
  • Loading branch information
josephwright committed Jan 18, 2018
1 parent 5824f78 commit 3fef673
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions l3build-variables.lua
Expand Up @@ -181,9 +181,7 @@ if flatten == nil then
flatten = true
end
maxprintline = maxprintline or 79
if packtdszip == nil then
packtdszip = true
end
packtdszip = packtdszip or false
scriptname = scriptname or "build.lua"
typesetcmds = typesetcmds or ""
typesetruns = typesetruns or 2
Expand Down
2 changes: 1 addition & 1 deletion l3build.dtx
Expand Up @@ -149,7 +149,7 @@
\luavarset{epoch} {1463734800} {Epoch (Unix date) to set for test runs}
\luavarset{flatten} {true} {Switch to flatten any source structure when sending to CTAN}
\luavarset{maxprintline}{79} {Length of line to use in log files}
\luavarset{packtdszip} {true} {Switch to build a TDS-style zip file for CTAN}
\luavarset{packtdszip} {false} {Switch to 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{typsetcycles}{3} {Number of cycles of typesetting to carry out.}
Expand Down

0 comments on commit 3fef673

Please sign in to comment.