diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-15 19:49:44 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-19 00:14:17 -0300 |
commit | b131e04eae22e653efc3b9b6a861faa10e4894b8 (patch) | |
tree | 940dd9c2bb0e935a560963eefda8a0d4dd247206 /Documentation/DocBook | |
parent | 7ac9405570def8267df08d1c561d7e00b2b766b7 (diff) | |
download | blackbird-obmc-linux-b131e04eae22e653efc3b9b6a861faa10e4894b8.tar.gz blackbird-obmc-linux-b131e04eae22e653efc3b9b6a861faa10e4894b8.zip |
DocBook: Don't use graphics callouts
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>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/stylesheet.xsl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/DocBook/stylesheet.xsl b/Documentation/DocBook/stylesheet.xsl index 974e17ccf106..254c1d5d2e50 100644 --- a/Documentation/DocBook/stylesheet.xsl +++ b/Documentation/DocBook/stylesheet.xsl @@ -3,6 +3,7 @@ <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> |