summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2013-01-16 04:20:14 +0100
committerKay Sievers <kay@vrfy.org>2013-01-16 04:26:49 +0100
commit9795da43c4b70fea1eef798d4aeb0467d6fb5f68 (patch)
tree2869cc7a312eeeac896718d9f0c69f4b02caa0b2 /docs
parent3f141375cb4ff4f850b267258e776c90df594990 (diff)
doc: disable "make check" for gtk-doc
Diffstat (limited to 'docs')
-rw-r--r--docs/gudev/Makefile.am4
-rw-r--r--docs/libudev/Makefile.am4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/gudev/Makefile.am b/docs/gudev/Makefile.am
index 26c8652b0..3a3a3e5d7 100644
--- a/docs/gudev/Makefile.am
+++ b/docs/gudev/Makefile.am
@@ -108,6 +108,6 @@ EXTRA_DIST += version.xml.in
# Comment this out if you want your docs-status tested during 'make check'
if ENABLE_GTK_DOC
-TESTS_ENVIRONMENT = cd $(top_srcdir)
-TESTS = $(GTKDOC_CHECK)
+#TESTS_ENVIRONMENT = cd $(top_srcdir)
+#TESTS = $(GTKDOC_CHECK)
endif
diff --git a/docs/libudev/Makefile.am b/docs/libudev/Makefile.am
index 87196e858..d96bac6b3 100644
--- a/docs/libudev/Makefile.am
+++ b/docs/libudev/Makefile.am
@@ -102,6 +102,6 @@ EXTRA_DIST += version.xml.in
# Comment this out if you want your docs-status tested during 'make check'
if ENABLE_GTK_DOC
-TESTS_ENVIRONMENT = cd $(top_srcdir)
-TESTS = $(GTKDOC_CHECK)
+#TESTS_ENVIRONMENT = cd $(top_srcdir)
+#TESTS = $(GTKDOC_CHECK)
endif