Moved /doc to /docs; Added docs to copy_directories

This commit is contained in:
nucular 2016-09-18 23:48:42 +02:00
parent f986205f91
commit b5940ce0c6
5 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,7 @@ format = "markdown"
not_luadoc = true not_luadoc = true
style = "!pale" style = "!pale"
kind_names = {topic = "Topics", module = "API"} kind_names = {topic = "Topics", module = "API"}
dir = "./doc" dir = "./docs"
file = "sfxr.lua" file = "sfxr.lua"
topics = { topics = {

View File

@ -21,5 +21,8 @@ build = {
type = "builtin", type = "builtin",
modules = { modules = {
"sfxr" = "sfxr.lua" "sfxr" = "sfxr.lua"
},
copy_directories = {
"docs"
} }
} }