summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-03-26 08:44:22 +0100
committerBastien Nocera <hadess@hadess.net>2013-03-26 09:00:05 +0100
commitd4464725f2120019033577878f49dedd52ae0bdd (patch)
tree8831d4e7c780c73e4ea49a457b0d6d5e805a39df
parent994721178141f9812769a00dd7d7a551ae36becb (diff)
downloadtotem-pl-parser-d4464725f2120019033577878f49dedd52ae0bdd.tar.gz
docs: Disable gtk-doc tests
Sigh. make[6]: Leaving directory `/home/hadess/Projects/jhbuild/totem-pl-parser/totem-pl-parser-3.4.4/_build/docs/reference' fatal: making test-suite.log: failed to create /home/hadess/Projects/gnome-install/bin/gtkdoc-check.trs fatal: making test-suite.log: failed to create /home/hadess/Projects/gnome-install/bin/gtkdoc-check.log
-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 8bbcb65..fa970de 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -101,8 +101,8 @@ SCANOBJ_FILES += $(DOC_MODULE).types
EXTRA_DIST += version.xml.in
if ENABLE_GTK_DOC
-TESTS_ENVIRONMENT = cd $(builddir) &&
-TESTS = $(GTKDOC_CHECK)
+#TESTS_ENVIRONMENT = cd $(builddir) &&
+#TESTS = $(GTKDOC_CHECK)
endif
-include $(top_srcdir)/git.mk