summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2011-10-30 21:47:30 +0100
committerDavid King <amigadave@amigadave.com>2011-10-30 22:20:18 +0100
commit174ee301d2bdccc4902edbf370dda07b1a79d161 (patch)
tree7e2c7417cd6d621b058defc1e4f0209255a2fef0 /docs
parentd83303c3d5ae9bac9e0da8d1b206d53dd947003c (diff)
downloadcheese-174ee301d2bdccc4902edbf370dda07b1a79d161.tar.gz
Fix gtk-doc checks when srcdir != builddir
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index dac58eed..9242ec25 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -62,7 +62,7 @@ HTML_IMAGES=
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
# e.g. content_files=running.sgml building.sgml changes-2.0.sgml
-content_files=version.xml
+content_files=cheese.xml version.xml
# SGML files where gtk-doc abbrevations (#GtkWidget) are expanded
# These files must be listed here *and* in content_files
@@ -86,7 +86,7 @@ include $(top_srcdir)/gtk-doc.make
# e.g. EXTRA_DIST += version.xml.in
if ENABLE_GTK_DOC
-TESTS_ENVIRONMENT = cd $(srcdir) &&
+TESTS_ENVIRONMENT = cd $(builddir) &&
TESTS = $(GTKDOC_CHECK)
endif