[svn r51285] Fix _docgen.py documentation building.

--HG--
branch : trunk
This commit is contained in:
lamby 2008-02-05 12:55:00 +01:00
parent 24e2d79924
commit ba91810a17
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ def build_apigen_docs(targetpath, testargs=''):
def build_docs(targetpath, testargs):
docpath = pypath.join('doc')
run_tests(docpath, '',
testargs + ' --forcegen --apigenrelpath="apigen/"')
testargs + ' --forcegen --apigen="%s/apigen/apigen.py"' % (pypath,))
docpath.copy(targetpath)
def build_nav(targetpath, docs=True, api=True):