Changeset 3615

Show
Ignore:
Timestamp:
11/10/08 21:44:49 (3 months ago)
Author:
dmeyer
Message:

add Sphinx support

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/base/src/distribution/core.py

    r3600 r3615  
    422422        for doc in self.docfiles: 
    423423            os.system('epydoc --config=%s' % doc) 
     424        if os.path.isfile('doc/Makefile'): 
     425            os.system('(cd doc; make clean; make html)') 
    424426 
    425427def setup(**kwargs):