Add build.lua
This commit is contained in:
parent
26e1ffad33
commit
8294498483
1 changed files with 7 additions and 0 deletions
7
build.lua
Normal file
7
build.lua
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
module = "luamml"
|
||||||
|
|
||||||
|
tdsroot = "lualatex"
|
||||||
|
installfiles = { "*.lua", "*.sty" }
|
||||||
|
stdengine = "luatex"
|
||||||
|
checkengines = {"luatex"}
|
||||||
|
sourcefiles = installfiles
|
Loading…
Add table
Add a link
Reference in a new issue