Skip to content

Commit

Permalink
manifest: update build.lua to handle multiple lua files
Browse files Browse the repository at this point in the history
  • Loading branch information
wspr committed Dec 26, 2017
1 parent 9779565 commit f34d92a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.lua
Expand Up @@ -10,12 +10,12 @@ bundle = ""
checkdeps = { }
checkengines = {"pdftex", "xetex", "luatex", "ptex", "uptex"}
cleanfiles = {"*.pdf", "*.tex", "*.zip"}
installfiles = {"l3build.lua", "regression-test.tex"}
installfiles = {"*.lua", "regression-test.tex"}
packtdszip = true
sourcefiles = {"*.dtx", "l3build.lua", "*.ins"}
sourcefiles = {"*.dtx", "*.lua", "*.ins"}
typesetcmds = "\\AtBeginDocument{\\DisableImplementation}"
unpackdeps = { }
versionfiles = {"*.dtx", "*.md", "l3build.lua"}
versionfiles = {"*.dtx", "*.md", "*.lua"}

-- Detail how to set the version automatically
function setversion_update_line(line, date, version)
Expand Down

0 comments on commit f34d92a

Please sign in to comment.