diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-02-06 21:11:27 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-02-13 01:05:28 -0500 |
commit | 6fc00209d5906bd14d54af4a6ac2961dd9731f72 (patch) | |
tree | 40427d4a8cce4ccf9083699a88ac0e99be19779d /docs/libudev/Makefile.am | |
parent | 6bb25a058227d89fbbeba6c12873e6f83da5cf94 (diff) |
build-sys: disable tests in po/, docs/ with separate build dir
Both gtk-doc and intltoolize have problems with VPATH builds.
"Creatively" disable tests when configuring from outside the
source directory.
This more-or-less reverts 9795da43c.
Diffstat (limited to 'docs/libudev/Makefile.am')
-rw-r--r-- | docs/libudev/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/libudev/Makefile.am b/docs/libudev/Makefile.am index d96bac6b30..cc236ad50a 100644 --- a/docs/libudev/Makefile.am +++ b/docs/libudev/Makefile.am @@ -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 |