b131e04eae
By default, when a callout is used, DocBook will try to use a graphics image for callouts. This requires that the graphics to be copied to the documentation directory. As this is not done, use the text callouts: (1), (2), ... Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
9 lines
402 B
XML
9 lines
402 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<stylesheet xmlns="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
|
<param name="chunk.quietly">1</param>
|
|
<param name="funcsynopsis.style">ansi</param>
|
|
<param name="funcsynopsis.tabular.threshold">80</param>
|
|
<param name="callout.graphics">0</param>
|
|
<!-- <param name="paper.type">A4</param> -->
|
|
<param name="generate.section.toc.level">2</param>
|
|
</stylesheet>
|