summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2009-04-05 18:36:41 +0000
committerPhilip Withnall <pwithnall@src.gnome.org>2009-04-05 18:36:41 +0000
commit87061cb2842dcae734944a3ec2cf5dd95bac0a5e (patch)
tree47856f737c2615807a7a290b2c72735678e11d6f /docs
parentfb29ec9de5ca6c70a8eba55685f88b726657bb73 (diff)
downloadtotem-87061cb2842dcae734944a3ec2cf5dd95bac0a5e.tar.gz
Only run the gtk-doc test suite if we're compiling with gtk-doc support
2009-04-05 Philip Withnall <philip@tecnocode.co.uk> * docs/reference/Makefile.am: Only run the gtk-doc test suite if we're compiling with gtk-doc support enabled. (Closes: #577774) svn path=/trunk/; revision=6247
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index e77d53287..5b24b0146 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -105,5 +105,7 @@ include $(top_srcdir)/gtk-doc.make
# e.g. EXTRA_DIST += version.xml.in
EXTRA_DIST += version.xml.in
+if ENABLE_GTK_DOC
TESTS_ENVIRONMENT = cd $(srcdir) &&
TESTS = $(GTKDOC_CHECK)
+endif