mirror of
https://codeberg.org/AntumLuanti/mod-cleaner.git
synced 2025-03-21 15:41:22 +00:00
Change API directory name
This commit is contained in:
parent
bb94fa86a2
commit
fe80682515
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ config="${docs}/config.ld"
|
||||||
cd "${root}"
|
cd "${root}"
|
||||||
|
|
||||||
# Clean old files
|
# Clean old files
|
||||||
rm -rf "${docs}/api"
|
rm -rf "${docs}/reference"
|
||||||
|
|
||||||
# Create new files
|
# Create new files
|
||||||
ldoc -c "${config}" -d "${docs}/api" "${root}/api.lua"
|
ldoc -c "${config}" -d "${docs}/reference" "${root}/api.lua"
|
||||||
|
|
Loading…
Add table
Reference in a new issue