import profile-docbook.xsl, so that we can do profiling of release
notes. Corrected some problems in the target for the release-notes
HTML build.
RELEASE-NOTES.html: RELEASE-NOTES.xml NEWS.xml
$(XINCLUDE) $< > RELEASE-NOTES-TMP.xml
- $(XSLT) profile.condition $(RELEASE_TYPE) RELEASE-NOTES-TMP.xml $(DOC_LINK_STYLE) $@ \
- doc-baseuri="$(DOC_BASEURI)"
- $(RM) RELEASE-NOTES-TMP.xml
+ $(XSLT) RELEASE-NOTES-TMP.xml $(DOC_LINK_STYLE) $@ \
+ doc-baseuri="$(DOC_BASEURI)" \
+ profile.condition="$(RELEASE_TYPE)"
RELEASE-NOTES.txt: RELEASE-NOTES.html
LANG=C $(BROWSER) $(BROWSER_OPTS) $< > $@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
-<xsl:import href="../../../html/docbook.xsl"/>
+<xsl:import href="../../../html/profile-docbook.xsl"/>
<xsl:include href="tdg-link.xsl"/>
<xsl:include href="xsl-param-link.xsl"/>
<xsl:param name="abstract.notitle.enabled" select="1"/>