Original commit message from CVS:
no more admonition graphics (those pointing fingers beside 'notes' et al)
because there's no standard path to find them.
SRC=$(XML)
CSS=base.css
-STYLESHEET_IMAGES=/usr/share/doc/docbook-xsl/images
-
EXTRA_DIST = $(XML) $(FIGS)
## FIXME if we don't do this they don't get cleaned up in make distcheck
SRC=$(XML)
CSS=base.css
-STYLESHEET_IMAGES=/usr/share/doc/docbook-xsl/images
-
EXTRA_DIST = $(XML) $(FIGS)
## FIXME if we don't do this they don't get cleaned up in make distcheck
cp magic-png magic
xsltproc $(XSLHTML) $(MAIN)
mv *.html $@
- cp -a $(STYLESHEET_IMAGES) $@/stylesheet-images
cp $(CSS) $@
test "x$(PNGS)" != "x" && mkdir $@/images && cp $(PNGS) $@/images || true
<!-- .. and customize them here: -->
<xsl:include href="fileext.xsl"/>
<xsl:include href="keycombo.xsl"/>
-<xsl:include href="admon.xsl"/>
+<!-- <xsl:include href="admon.xsl"/> -->
<xsl:include href="css.xsl"/>
</xsl:stylesheet>