From 13ab83c22440b6462eaae8fd388f1693a40625fa Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Sun, 5 Apr 2009 18:37:48 +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=347 --- 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 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 -- cgit v1.2.1