gen-docs makes the build directory if missing
This commit is contained in:
parent
0ddd8f0bf0
commit
bb47e723a6
@ -41,6 +41,7 @@
|
||||
result "\n"))))
|
||||
|
||||
(fn main []
|
||||
(mkdir-p "build/")
|
||||
(let [{:convert lua-manual} (require :tools.gen-docs.lua-manual)
|
||||
{:convert tic-manual} (require :tools.gen-docs.tic80)]
|
||||
(derive-docs-from-url "https://www.lua.org/manual/5.1/manual.html" "lua51.fnl" lua-manual)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user