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.
This commit is contained in:
parent
9016cba473
commit
c000fb7b83
@ -8,15 +8,15 @@ HTML_DIR = $(datadir)/gtk-doc/html
|
|||||||
TARGET_DIR = $(HTML_DIR)/clutter-cookbook
|
TARGET_DIR = $(HTML_DIR)/clutter-cookbook
|
||||||
|
|
||||||
XML_FILES = \
|
XML_FILES = \
|
||||||
$(srcdir)/actors.xml \
|
$(top_srcdir)/doc/cookbook/actors.xml \
|
||||||
$(srcdir)/animations.xml \
|
$(top_srcdir)/doc/cookbook/animations.xml \
|
||||||
$(srcdir)/events.xml \
|
$(top_srcdir)/doc/cookbook/events.xml \
|
||||||
$(srcdir)/introduction.xml \
|
$(top_srcdir)/doc/cookbook/introduction.xml \
|
||||||
$(srcdir)/text.xml \
|
$(top_srcdir)/doc/cookbook/text.xml \
|
||||||
$(srcdir)/textures.xml \
|
$(top_srcdir)/doc/cookbook/textures.xml \
|
||||||
$(srcdir)/layouts.xml \
|
$(top_srcdir)/doc/cookbook/layouts.xml \
|
||||||
$(srcdir)/script.xml \
|
$(top_srcdir)/doc/cookbook/script.xml \
|
||||||
$(srcdir)/effects.xml \
|
$(top_srcdir)/doc/cookbook/effects.xml \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
XSLTOPTS = \
|
XSLTOPTS = \
|
||||||
@ -28,6 +28,7 @@ XSLTOPTS = \
|
|||||||
--stringparam gtkdoc.version @CLUTTER_API_VERSION@ \
|
--stringparam gtkdoc.version @CLUTTER_API_VERSION@ \
|
||||||
--stringparam callout.graphics 0 \
|
--stringparam callout.graphics 0 \
|
||||||
--path $(top_srcdir)/doc/common \
|
--path $(top_srcdir)/doc/common \
|
||||||
|
--path $(top_srcdir)/doc/cookbook \
|
||||||
--xinclude
|
--xinclude
|
||||||
|
|
||||||
XSL_BASE_URI = http://docbook.sourceforge.net/release/xsl/current
|
XSL_BASE_URI = http://docbook.sourceforge.net/release/xsl/current
|
||||||
|
Loading…
Reference in New Issue
Block a user