summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2012-10-17 09:37:50 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2012-10-17 09:39:46 +0100
commit37af415b7989a1183a235b3402a7c31582522857 (patch)
treeaf56e845de96d98ee1959ac5d30310d783b373cc
parent35f6e73700a67aba372e13ccca2ae00bbfbc3f28 (diff)
downloadclutter-37af415b7989a1183a235b3402a7c31582522857.tar.gz
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.
-rw-r--r--doc/cookbook/Makefile.am19
1 files 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