commit | aebbca3b610eccde876b243c54d75cae250c36f7 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Tue Jul 17 14:46:09 2001 +0000 |
committer | Fred Drake <fdrake@acm.org> | Tue Jul 17 14:46:09 2001 +0000 |
tree | 2a56331068166dadc0c6791574fe3e0beddbd1ff | |
parent | 1b776a2745bd1c87128dea32745539a5593379bd [diff] |
Job.__init__(): Only create the builddir directory if it will be used (by building the HTML or text documentation). There is no need to create it for other formats. Job.build_html(): The builddir parameter is always passed in, so it need not be optional.