You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Move documentation python tools to doc/tools folder
This commit is contained in:
@@ -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
Reference in New Issue
Block a user