chiark / gitweb /
doc: disable gtk-doc test again - you are a really annoying piece of software
authorKay Sievers <kay@vrfy.org>
Thu, 21 Mar 2013 14:07:54 +0000 (15:07 +0100)
committerKay Sievers <kay@vrfy.org>
Thu, 21 Mar 2013 14:07:54 +0000 (15:07 +0100)
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

docs/gudev/Makefile.am
docs/libudev/Makefile.am

index 64e436102166dad46d0095323834ae126c857ad0..659330303b91b771abb98f6b0b89e11ee9b56815 100644 (file)
@@ -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
index cc236ad50a54dffbee33bac7c15688fd2c0079ec..cf9a452e785fa2fc12acfa42b434cabfe1ae0819 100644 (file)
@@ -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