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 7cc3f4ddd90091efbabe8c57c88c9d2fce480f66..82768041e1d65654a2b6228a8cca2d6bd1b97a5b 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 aaf3cee497617d84a25180c018b051ffcf39c84c..62a5679a1ffeed1e84adc8a1407f4fe9084ef25a 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 36e0997d0656412c3176315c92734fca32a95fb9..5e9b57d5f74391565bb7dedd0cf1dcc5e82cb6a5 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 c0cddc5c80ba8f09e77f466e90140f0378311870..5cf86d99c8f3956302217872e6b5d85823541116 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>