From bfd6c1a0a10a8585535afed3b229a9acafa7197f Mon Sep 17 00:00:00 2001 From: "Martin A. Brown" Date: Sat, 5 Mar 2016 19:24:05 -0800 Subject: [PATCH] tldp/doctypes/docbook4xml.py correct dependency listings for validated source removal --- tldp/doctypes/docbook5xml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"'