Changeset 3615
- Timestamp:
- 11/10/08 21:44:49 (3 months ago)
- Files:
-
- 1 modified
-
trunk/base/src/distribution/core.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/base/src/distribution/core.py
r3600 r3615 422 422 for doc in self.docfiles: 423 423 os.system('epydoc --config=%s' % doc) 424 if os.path.isfile('doc/Makefile'): 425 os.system('(cd doc; make clean; make html)') 424 426 425 427 def setup(**kwargs):
