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:
parent
fef53e1b28
commit
ce3a3d4404
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user