mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 20:59:44 +00:00
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:
parent
273d058d03
commit
6fee15adad
4 changed files with 1 additions and 6 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue