diff options
-rw-r--r-- | docs/gudev/Makefile.am | 4 | ||||
-rw-r--r-- | docs/libudev/Makefile.am | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/gudev/Makefile.am b/docs/gudev/Makefile.am index 64e4361021..659330303b 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 cc236ad50a..cf9a452e78 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 |