no more admonition graphics (those pointing fingers beside 'notes' et al) because there's no standard path to find them.

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.
This commit is contained in:
Andy Wingo 2001-12-15 23:28:44 +00:00
parent 273d058d03
commit 6fee15adad
4 changed files with 1 additions and 6 deletions

View file

@ -13,8 +13,6 @@ PDFS=$(FIGS:.fig=.pdf)
SRC=$(XML) SRC=$(XML)
CSS=base.css CSS=base.css
STYLESHEET_IMAGES=/usr/share/doc/docbook-xsl/images
EXTRA_DIST = $(XML) $(FIGS) EXTRA_DIST = $(XML) $(FIGS)
## FIXME if we don't do this they don't get cleaned up in make distcheck ## FIXME if we don't do this they don't get cleaned up in make distcheck

View file

@ -13,8 +13,6 @@ PDFS=$(FIGS:.fig=.pdf)
SRC=$(XML) SRC=$(XML)
CSS=base.css CSS=base.css
STYLESHEET_IMAGES=/usr/share/doc/docbook-xsl/images
EXTRA_DIST = $(XML) $(FIGS) EXTRA_DIST = $(XML) $(FIGS)
## FIXME if we don't do this they don't get cleaned up in make distcheck ## FIXME if we don't do this they don't get cleaned up in make distcheck

View file

@ -58,7 +58,6 @@ $(DOC): $(XML) $(PNGS) $(XSLHTML) $(XSLHTMLMODS)
cp magic-png magic cp magic-png magic
xsltproc $(XSLHTML) $(MAIN) xsltproc $(XSLHTML) $(MAIN)
mv *.html $@ mv *.html $@
cp -a $(STYLESHEET_IMAGES) $@/stylesheet-images
cp $(CSS) $@ cp $(CSS) $@
test "x$(PNGS)" != "x" && mkdir $@/images && cp $(PNGS) $@/images || true test "x$(PNGS)" != "x" && mkdir $@/images && cp $(PNGS) $@/images || true

View file

@ -12,7 +12,7 @@
<!-- .. and customize them here: --> <!-- .. and customize them here: -->
<xsl:include href="fileext.xsl"/> <xsl:include href="fileext.xsl"/>
<xsl:include href="keycombo.xsl"/> <xsl:include href="keycombo.xsl"/>
<xsl:include href="admon.xsl"/> <!-- <xsl:include href="admon.xsl"/> -->
<xsl:include href="css.xsl"/> <xsl:include href="css.xsl"/>
</xsl:stylesheet> </xsl:stylesheet>