let the prebuild_hook call clean

This commit is contained in:
Martin A. Brown 2016-02-17 19:04:51 -08:00
parent eed25efbba
commit 1039dea0e6
1 changed files with 1 additions and 2 deletions

View File

@ -35,8 +35,7 @@ class BaseDoctype(object):
def generate(self):
self.output.prebuild_hook()
os.chdir(self.output.dirname)
vector = [self.output.clean(),
self.platform_check(),
vector = [self.platform_check(),
self.create_htmls(),
self.create_pdf(),
self.create_txt(),