cookbook: Use text for callouts in documentation
authorElliot Smith <elliot.smith@intel.com>
Thu, 26 Aug 2010 11:49:59 +0000 (12:49 +0100)
committerElliot Smith <elliot.smith@intel.com>
Fri, 27 Aug 2010 10:21:30 +0000 (11:21 +0100)
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).

doc/cookbook/Makefile.am

index 103d836..78ca198 100644 (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