[py-svn] r51285 - py/trunk/py/bin

lamby at codespeak.net lamby at codespeak.net
Tue Feb 5 12:55:01 CET 2008


Author: lamby
Date: Tue Feb  5 12:55:00 2008
New Revision: 51285

Modified:
   py/trunk/py/bin/_docgen.py
Log:
Fix _docgen.py documentation building.


Modified: py/trunk/py/bin/_docgen.py
==============================================================================
--- py/trunk/py/bin/_docgen.py	(original)
+++ py/trunk/py/bin/_docgen.py	Tue Feb  5 12:55:00 2008
@@ -28,7 +28,7 @@
 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):


More information about the py-svn mailing list