mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 04:06:14 +00:00
Move documentation python tools to doc/tools folder
This commit is contained in:
parent
fb00cee33b
commit
aeb5ea5934
@ -2,7 +2,6 @@
|
||||
here="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
godotHome=$(dirname "$here")
|
||||
docTarget=${here}/html/class_list
|
||||
toolsRoot=${godotHome}/tools
|
||||
|
||||
throw() {
|
||||
echo "$@" >&2
|
||||
@ -12,6 +11,6 @@ throw() {
|
||||
[ -d "$docTarget" ] || mkdir -p "$docTarget" || throw "Could not create doc target $docTarget"
|
||||
|
||||
cd "$docTarget"
|
||||
python ${toolsRoot}/docdump/makehtml.py -multipage ${here}/base/classes.xml
|
||||
python ${here}/makehtml.py -multipage ${here}/base/classes.xml
|
||||
cd "$here"
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user