summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2009-04-05 18:37:48 +0000
committerPhilip Withnall <pwithnall@src.gnome.org>2009-04-05 18:37:48 +0000
commit13ab83c22440b6462eaae8fd388f1693a40625fa (patch)
treeadc4e3629440b5cd626eaed813b3c3b12f170d9b /docs
parent926e5b0eb3e28f0cb4953698776e69e41b5957f4 (diff)
downloadtotem-pl-parser-13ab83c22440b6462eaae8fd388f1693a40625fa.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=347
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 1552f5d..44a3de2 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -96,5 +96,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