- Fixed missing dependency of xml2xhtml.xsl on the stylesheet modules.
1 parent 69c2a21 commit afa02019d991c1c6368258e4d6a3895a738a8884
nstanger authored on 24 Apr 2012
Showing 1 changed file
View
2
■■■
Makefile
 
 
# Since it seems impossible in XSLT to generate an xmlns attribute for the
# <html> 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=%))) > $@
 
 
oracle-docs.xsl: oracle-docs.perl