diff --git a/tldp/doctypes/docbook5xml.py b/tldp/doctypes/docbook5xml.py index e5b2797..a3b3c4d 100644 --- a/tldp/doctypes/docbook5xml.py +++ b/tldp/doctypes/docbook5xml.py @@ -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}"'