提交 8e7bd58a authored 作者: projects@lgcm's avatar projects@lgcm

potential autobuild fix

上级 a6e974f7
...@@ -6,14 +6,18 @@ EPYDOC_ARGS='--external-api=api --external-api-file=api:html/api/api-objects.txt ...@@ -6,14 +6,18 @@ EPYDOC_ARGS='--external-api=api --external-api-file=api:html/api/api-objects.txt
mkdir -p html/api && mkdir -p html/doc mkdir -p html/api && mkdir -p html/doc
#this builds some stuff or something... basically makes the rest work properly
for a reason I don't understand. -JB 20080924
python __init__.py
if [ " $1" != " rst" ]; then if [ " $1" != " rst" ]; then
epydoc --config local.epydoc epydoc --config local.epydoc
fi fi
python gen_oplist.py > doc/oplist.txt
if [ " $1" != " epydoc" ]; then if [ " $1" != " epydoc" ]; then
python gen_oplist.py > doc/oplist.txt
for RST in graph oplist ; do for RST in graph oplist ; do
$APIRST2HTML $EPYDOC_ARGS doc/$RST.txt html/doc/$RST.html $APIRST2HTML $EPYDOC_ARGS doc/$RST.txt html/doc/$RST.html
done done
fi fi
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论