tldp/doctypes/docbook4xml.py

correct dependency listings for validated source removal
This commit is contained in:
Martin A. Brown 2016-03-05 19:24:05 -08:00
parent 760cd392f4
commit bfd6c1a0a1
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ class Docbook5XML(BaseDoctype, SignatureChecker):
s = 'ln -svr -- "{output.name_html}" "{output.name_indexhtml}"'
return self.shellscript(s)
@depends(make_name_indexhtml, make_name_pdf)
@depends(make_name_htmls, make_html, make_fo, make_name_pdf)
def remove_xincluded_source(self):
'''remove the xincluded source file'''
s = 'rm --verbose -- "{output.validsource}"'