[clutter/clutter-1.12] build: Fix distcheck in the cookbook
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter/clutter-1.12] build: Fix distcheck in the cookbook
- Date: Wed, 17 Oct 2012 08:59:47 +0000 (UTC)
commit 37af415b7989a1183a235b3402a7c31582522857
Author: Emmanuele Bassi <ebassi gnome org>
Date: Wed Oct 17 09:37:50 2012 +0100
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 files changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/doc/cookbook/Makefile.am b/doc/cookbook/Makefile.am
index 5c70e4d..c970242 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]