Remove print statement for Love2D doc generation
This commit is contained in:
parent
1c6999ea3f
commit
3de4def951
@ -41,7 +41,6 @@
|
|||||||
(derive-docs-from-url "https://tic80.com/learn" :tic80.fnl tic80-manual)
|
(derive-docs-from-url "https://tic80.com/learn" :tic80.fnl tic80-manual)
|
||||||
(when generate-love2d-docs?
|
(when generate-love2d-docs?
|
||||||
(let [{:convert download-and-convert-love2d-manual!} (require :tools.get-docs.love2d)]
|
(let [{:convert download-and-convert-love2d-manual!} (require :tools.get-docs.love2d)]
|
||||||
(print "generating Love2D docs...")
|
|
||||||
(write-doc-file! :love2d.fnl
|
(write-doc-file! :love2d.fnl
|
||||||
"https://github.com/love2d-community/love-api/"
|
"https://github.com/love2d-community/love-api/"
|
||||||
(download-and-convert-love2d-manual!))))))
|
(download-and-convert-love2d-manual!))))))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user