no more admonition graphics (those pointing fingers beside 'notes' et al) because...
authorAndy Wingo <wingo@pobox.com>
Sat, 15 Dec 2001 23:28:44 +0000 (23:28 +0000)
committerAndy Wingo <wingo@pobox.com>
Sat, 15 Dec 2001 23:28:44 +0000 (23:28 +0000)
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.

docs/fwg/Makefile.am
docs/manual/Makefile.am
docs/manuals.mak
docs/xsl/html.xsl

index 7cc3f4d..8276804 100644 (file)
@@ -13,8 +13,6 @@ PDFS=$(FIGS:.fig=.pdf)
 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
index aaf3cee..62a5679 100644 (file)
@@ -13,8 +13,6 @@ PDFS=$(FIGS:.fig=.pdf)
 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
index 36e0997..5e9b57d 100644 (file)
@@ -58,7 +58,6 @@ $(DOC): $(XML) $(PNGS) $(XSLHTML) $(XSLHTMLMODS)
        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
 
index c0cddc5..5cf86d9 100644 (file)
@@ -12,7 +12,7 @@
 <!-- .. 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>