Skip to content

Commit

Permalink
Reorder some lines
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Nov 29, 2017
1 parent a9a1844 commit 043a060
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions l3build.lua
Expand Up @@ -63,10 +63,11 @@ end
-- Use Unix-style path separators
maindir = maindir or "."
-- Substructure for tests and support files
-- Substructure for file locations
docfiledir = docfiledir or maindir
supportdir = supportdir or maindir .. "/support"
testfiledir = testfiledir or "testfiles"
testsuppdir = testsuppdir or testfiledir .. "/support"
supportdir = supportdir or maindir .. "/support"
-- Structure within a development area
distribdir = distribdir or maindir .. "/build/distrib"
Expand Down Expand Up @@ -108,7 +109,6 @@ sourcefiles = sourcefiles or {"*.dtx", "*.ins"}
textfiles = textfiles or {"*.md", "*.txt"}
typesetdemofiles = typesetdemofiles or { }
typesetfiles = typesetfiles or {"*.dtx"}
docfiledir = docfiledir or maindir
typesetsuppfiles = typesetsuppfiles or { }
typesetsourcefiles = typesetsourcefiles or { }
unpackfiles = unpackfiles or {"*.ins"}
Expand Down

0 comments on commit 043a060

Please sign in to comment.