diff options
author | Andy Wingo <wingo@pobox.com> | 2001-12-15 23:28:44 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2001-12-15 23:28:44 +0000 |
commit | 6fee15adad1a9b58e1765aed865c8f79fb358450 (patch) | |
tree | 106c82d1044348017d348f454d434f3bfe8c3df7 | |
parent | 273d058d0361f98fa200b0c35d09a5bdaa4c9ce4 (diff) |
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.
-rw-r--r-- | docs/fwg/Makefile.am | 2 | ||||
-rw-r--r-- | docs/manual/Makefile.am | 2 | ||||
-rw-r--r-- | docs/manuals.mak | 1 | ||||
-rw-r--r-- | docs/xsl/html.xsl | 2 |
4 files changed, 1 insertions, 6 deletions
diff --git a/docs/fwg/Makefile.am b/docs/fwg/Makefile.am index 7cc3f4ddd..82768041e 100644 --- a/docs/fwg/Makefile.am +++ b/docs/fwg/Makefile.am @@ -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 diff --git a/docs/manual/Makefile.am b/docs/manual/Makefile.am index aaf3cee49..62a5679a1 100644 --- a/docs/manual/Makefile.am +++ b/docs/manual/Makefile.am @@ -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 diff --git a/docs/manuals.mak b/docs/manuals.mak index 36e0997d0..5e9b57d5f 100644 --- a/docs/manuals.mak +++ b/docs/manuals.mak @@ -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 diff --git a/docs/xsl/html.xsl b/docs/xsl/html.xsl index c0cddc5c8..5cf86d99c 100644 --- a/docs/xsl/html.xsl +++ b/docs/xsl/html.xsl @@ -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> |