Skip to content

Commit

Permalink
Formatting [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Nov 29, 2017
1 parent 9050231 commit 0fa97a1
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions l3build.dtx
Expand Up @@ -57,20 +57,20 @@
\luavarset{modules}{\{~\}}{The list of all modules in a bundle (when not auto-detecting)}
\luavarset{exclmodules}{\{~\}}{Directories to be excluded from automatic module detection}
\luavarseparator
\luavarset{maindir} {"."}{The top level directory for this module or bundle.}
\luavarset{docfiledir} {maindir}{Where to look for the |typesetfiles| and |typesetsourcefiles|.}
\luavarset{supportdir} {maindir .. "/support"} {Where copies of files to support check/doc compilation are stored.}
\luavarset{testfiledir} {maindir .. "/testfiles"} {Where the tests are.}
\luavarset{testsuppdir} {testfiledir .. "/support"} {Where support files for the tests are.}
\luavarset{maindir} {"."}{The top level directory for this module or bundle.}
\luavarset{docfiledir} {maindir}{Where to look for the |typesetfiles| and |typesetsourcefiles|.}
\luavarset{testfiledir}{maindir .. "/testfiles"} {Where the tests are.}
\luavarset{testsuppdir}{testfiledir .. "/support"} {Where support files for the tests are.}
\luavarset{supportdir} {maindir .. "/support"} {Where copies of files to support check/doc compilation are stored.}
\luavarseparator
\luavarset{localdir} {maindir .. "/build/local"} {Generated folder where support files are placed to allow \enquote{sandboxed} \TeX{} runs.}
\luavarset{testdir} {maindir .. "/build/test"} {Generated folder where tests are run.}
\luavarset{typesetdir} {maindir .. "/build/doc"} {Generated folder where typesetting is run.}
\luavarset{unpackdir} {maindir .. "/build/unpack"} {Generated folder where unpacking occurs.}
\luavarset{distribdir} {maindir .. "/build/distrib"}{Generated folder where the archive is created.}
\luavarset{ctandir} {distribdir .. "/ctan"} {Generated folder where files are organised for CTAN.}
\luavarset{tdsdir} {distribdir .. "/tds"} {Generated folder where files are organised for a TDS.}
\luavarset{tdsroot} {"latex"}{Root directory of the TDS structure for the bundle/module to be installed into.}
\luavarset{localdir} {maindir .. "/build/local"} {Generated folder where support files are placed to allow \enquote{sandboxed} \TeX{} runs.}
\luavarset{testdir} {maindir .. "/build/test"} {Generated folder where tests are run.}
\luavarset{typesetdir}{maindir .. "/build/doc"} {Generated folder where typesetting is run.}
\luavarset{unpackdir} {maindir .. "/build/unpack"} {Generated folder where unpacking occurs.}
\luavarset{distribdir}{maindir .. "/build/distrib"}{Generated folder where the archive is created.}
\luavarset{ctandir} {distribdir .. "/ctan"} {Generated folder where files are organised for CTAN.}
\luavarset{tdsdir} {distribdir .. "/tds"} {Generated folder where files are organised for a TDS.}
\luavarset{tdsroot} {"latex"}{Root directory of the TDS structure for the bundle/module to be installed into.}
\luavarseparator
\luavarset{bibfiles} {\{"*.bib"\}}{\BibTeX{} database files.}
\luavarset{binaryfiles} {\{"*.pdf", "*.zip"\}}
Expand Down

0 comments on commit 0fa97a1

Please sign in to comment.