summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2013-03-21 15:07:54 +0100
committerKay Sievers <kay@vrfy.org>2013-03-21 15:07:54 +0100
commitbff9cfcc5c065e7ff0a6ccaf5d0b844c7ebc8081 (patch)
treefe70f4d4bdc6f9056c1861d2571b1f747cded3d7 /docs
parentb588b3c4568bfa093aea6f01b82c3edfe00de11e (diff)
doc: disable gtk-doc test again - you are a really annoying piece of software
make check-TESTS make[5]: Nothing to be done for `/usr/bin/gtkdoc-check.log'. fatal: making test-suite.log: failed to create /usr/bin/gtkdoc-check.trs fatal: making test-suite.log: failed to create /usr/bin/gtkdoc-check.log make[4]: *** [test-suite.log] Error 1 make[3]: *** [check-TESTS] Error 2 make[2]: *** [check-am] Error 2 make[1]: *** [check-recursive] Error 1 make: *** [check] Error 2
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 64e436102..659330303 100644
--- a/docs/gudev/Makefile.am
+++ b/docs/gudev/Makefile.am
@@ -109,7 +109,7 @@ EXTRA_DIST += version.xml.in
# Comment this out if you want your docs-status tested during 'make check'
if ENABLE_GTK_DOC
if ENABLE_GTK_DOC_TESTS
-TESTS_ENVIRONMENT = cd $(top_srcdir)
-TESTS = $(GTKDOC_CHECK)
+#TESTS_ENVIRONMENT = cd $(top_srcdir)
+#TESTS = $(GTKDOC_CHECK)
endif
endif
diff --git a/docs/libudev/Makefile.am b/docs/libudev/Makefile.am
index cc236ad50..cf9a452e7 100644
--- a/docs/libudev/Makefile.am
+++ b/docs/libudev/Makefile.am
@@ -103,7 +103,7 @@ EXTRA_DIST += version.xml.in
# Comment this out if you want your docs-status tested during 'make check'
if ENABLE_GTK_DOC
if ENABLE_GTK_DOC_TESTS
-TESTS_ENVIRONMENT = cd $(top_srcdir)
-TESTS = $(GTKDOC_CHECK)
+#TESTS_ENVIRONMENT = cd $(top_srcdir)
+#TESTS = $(GTKDOC_CHECK)
endif
endif