From ce3a3d4404830cc951dc14660aa5c846ec3f8727 Mon Sep 17 00:00:00 2001 From: Elliot Smith Date: Thu, 26 Aug 2010 12:49:59 +0100 Subject: [PATCH] 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). --- doc/cookbook/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/cookbook/Makefile.am b/doc/cookbook/Makefile.am index 103d8360a..78ca1984c 100644 --- a/doc/cookbook/Makefile.am +++ b/doc/cookbook/Makefile.am @@ -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