X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=docs%2Flibudev%2FMakefile.am;h=cf9a452e785fa2fc12acfa42b434cabfe1ae0819;hp=c6d7b8ca25a29e1214b870168a853fafccdca6b1;hb=bff9cfcc5c065e7ff0a6ccaf5d0b844c7ebc8081;hpb=924ee2cb0caa0c116ff6cf8c16f54588c4d4a4d8 diff --git a/docs/libudev/Makefile.am b/docs/libudev/Makefile.am index c6d7b8ca2..cf9a452e7 100644 --- a/docs/libudev/Makefile.am +++ b/docs/libudev/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in # We require automake 1.10 at least. -AUTOMAKE_OPTIONS = 1.10 +AUTOMAKE_OPTIONS = 1.10 color-tests # This is a blank Makefile.am for using gtk-doc. # Copy this to your project's API docs directory and modify the variables to @@ -102,6 +102,8 @@ 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) +if ENABLE_GTK_DOC_TESTS +#TESTS_ENVIRONMENT = cd $(top_srcdir) +#TESTS = $(GTKDOC_CHECK) +endif endif