diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/gudev/Makefile.am | 6 | ||||
-rw-r--r-- | docs/libudev/Makefile.am | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/docs/gudev/Makefile.am b/docs/gudev/Makefile.am index 3fba8ea479..88894667c4 100644 --- a/docs/gudev/Makefile.am +++ b/docs/gudev/Makefile.am @@ -108,7 +108,5 @@ EXTRA_DIST += version.xml.in #DISTCLEANFILES += # 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) -endif +#TESTS_ENVIRONMENT = cd $(top_srcdir) +#TESTS = $(GTKDOC_CHECK) diff --git a/docs/libudev/Makefile.am b/docs/libudev/Makefile.am index c6d7b8ca25..3586812cbb 100644 --- a/docs/libudev/Makefile.am +++ b/docs/libudev/Makefile.am @@ -101,7 +101,5 @@ EXTRA_DIST += version.xml.in #DISTCLEANFILES += # 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) -endif +#TESTS_ENVIRONMENT = cd $(top_srcdir) +#TESTS = $(GTKDOC_CHECK) |