diff --git a/Makefile b/Makefile index 3c98477..01c75b8 100755 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ # Since it seems impossible in XSLT to generate an xmlns attribute for the # element, we have to add the attribute after the fact :(. -xml2xhtml.xsl: format-master.xml xml2xslt.xsl oracle-docs.xsl Makefile +xml2xhtml.xsl: format-master.xml $(MODULES) xml2xslt.xsl oracle-docs.xsl Makefile $(call xslt,$<,xml2xslt.xsl,$(call xslt_parameter,target-format,$(@:xml2%.xsl=%))) > $@