Author: jtr
Update of /cvs/docs/docs-common/xsl In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32580
Modified Files: main-pdf.xsl Log Message: Point PDF to proper callout graphics location: same that HTML uses.
Index: main-pdf.xsl =================================================================== RCS file: /cvs/docs/docs-common/xsl/main-pdf.xsl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- main-pdf.xsl 1 Oct 2003 19:02:56 -0000 1.2 +++ main-pdf.xsl 18 Oct 2005 20:09:42 -0000 1.3 @@ -19,4 +19,6 @@ <xsl:param name="toc.section.depth">3</xsl:param> <xsl:param name="section.autolabel" select="1"/>
+<xsl:param name="callout.graphics.path">./stylesheet-images/</xsl:param> + </xsl:stylesheet>
docs-commits@lists.fedoraproject.org