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 )"
|
here="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
godotHome=$(dirname "$here")
|
godotHome=$(dirname "$here")
|
||||||
docTarget=${here}/html/class_list
|
docTarget=${here}/html/class_list
|
||||||
toolsRoot=${godotHome}/tools
|
|
||||||
|
|
||||||
throw() {
|
throw() {
|
||||||
echo "$@" >&2
|
echo "$@" >&2
|
||||||
@ -12,6 +11,6 @@ throw() {
|
|||||||
[ -d "$docTarget" ] || mkdir -p "$docTarget" || throw "Could not create doc target $docTarget"
|
[ -d "$docTarget" ] || mkdir -p "$docTarget" || throw "Could not create doc target $docTarget"
|
||||||
|
|
||||||
cd "$docTarget"
|
cd "$docTarget"
|
||||||
python ${toolsRoot}/docdump/makehtml.py -multipage ${here}/base/classes.xml
|
python ${here}/makehtml.py -multipage ${here}/base/classes.xml
|
||||||
cd "$here"
|
cd "$here"
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user