X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=docs%2Flibudev%2FMakefile.am;h=cc236ad50a54dffbee33bac7c15688fd2c0079ec;hb=1ef04f0b14a5e48a822683a9e3a19233b42aecb2;hp=c6d7b8ca25a29e1214b870168a853fafccdca6b1;hpb=924ee2cb0caa0c116ff6cf8c16f54588c4d4a4d8;p=elogind.git diff --git a/docs/libudev/Makefile.am b/docs/libudev/Makefile.am index c6d7b8ca2..cc236ad50 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 +if ENABLE_GTK_DOC_TESTS TESTS_ENVIRONMENT = cd $(top_srcdir) TESTS = $(GTKDOC_CHECK) endif +endif