cookbook: Use text for callouts in documentation

Set a parameter on the XSLT transform so that callout elements
are rendered as text rather than graphics (removes the need
to add callout graphics to the build).
This commit is contained in:
Elliot Smith 2010-08-26 12:49:59 +01:00
parent fef53e1b28
commit ce3a3d4404

View File

@ -23,6 +23,7 @@ XSLTOPTS = \
--stringparam section.autolabel 1 \
--stringparam gtkdoc.bookname "clutter-cookbook" \
--stringparam gtkdoc.version @CLUTTER_API_VERSION@ \
--stringparam callout.graphics 0 \
--path $(top_srcdir)/doc/common \
--xinclude