Move documentation python tools to doc/tools folder

This commit is contained in:
Rémi Verschelde 2015-12-12 23:30:45 +01:00
parent fb00cee33b
commit aeb5ea5934
11 changed files with 1 additions and 13627 deletions

View file

@ -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