From c000fb7b833b9a8c7bb985f4d76ddd367570eeee Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 17 Oct 2012 09:37:50 +0100 Subject: [PATCH] build: Fix distcheck in the cookbook Someday, somebody will have to explain to me how not touching anything for a whole release cycle ends up breaking the build. Adding the top_srcdir/doc/cookbook path to the includes fixes the distcheck. --- doc/cookbook/Makefile.am | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/doc/cookbook/Makefile.am b/doc/cookbook/Makefile.am index 5c70e4dfe..c9702421f 100644 --- a/doc/cookbook/Makefile.am +++ b/doc/cookbook/Makefile.am @@ -8,15 +8,15 @@ HTML_DIR = $(datadir)/gtk-doc/html TARGET_DIR = $(HTML_DIR)/clutter-cookbook XML_FILES = \ - $(srcdir)/actors.xml \ - $(srcdir)/animations.xml \ - $(srcdir)/events.xml \ - $(srcdir)/introduction.xml \ - $(srcdir)/text.xml \ - $(srcdir)/textures.xml \ - $(srcdir)/layouts.xml \ - $(srcdir)/script.xml \ - $(srcdir)/effects.xml \ + $(top_srcdir)/doc/cookbook/actors.xml \ + $(top_srcdir)/doc/cookbook/animations.xml \ + $(top_srcdir)/doc/cookbook/events.xml \ + $(top_srcdir)/doc/cookbook/introduction.xml \ + $(top_srcdir)/doc/cookbook/text.xml \ + $(top_srcdir)/doc/cookbook/textures.xml \ + $(top_srcdir)/doc/cookbook/layouts.xml \ + $(top_srcdir)/doc/cookbook/script.xml \ + $(top_srcdir)/doc/cookbook/effects.xml \ $(NULL) XSLTOPTS = \ @@ -28,6 +28,7 @@ XSLTOPTS = \ --stringparam gtkdoc.version @CLUTTER_API_VERSION@ \ --stringparam callout.graphics 0 \ --path $(top_srcdir)/doc/common \ + --path $(top_srcdir)/doc/cookbook \ --xinclude XSL_BASE_URI = http://docbook.sourceforge.net/release/xsl/current