From 87061cb2842dcae734944a3ec2cf5dd95bac0a5e Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Sun, 5 Apr 2009 18:36:41 +0000 Subject: Only run the gtk-doc test suite if we're compiling with gtk-doc support 2009-04-05 Philip Withnall * 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 --- docs/reference/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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 -- cgit v1.2.1