From ba91810a1735627e99e877f5837ccb2d9d200bac Mon Sep 17 00:00:00 2001 From: lamby Date: Tue, 5 Feb 2008 12:55:00 +0100 Subject: [PATCH] [svn r51285] Fix _docgen.py documentation building. --HG-- branch : trunk --- py/bin/_docgen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/bin/_docgen.py b/py/bin/_docgen.py index cbbd1453c..736eb961a 100755 --- a/py/bin/_docgen.py +++ b/py/bin/_docgen.py @@ -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):