From 6fc00209d5906bd14d54af4a6ac2961dd9731f72 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Wed, 6 Feb 2013 21:11:27 -0500 Subject: 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. --- docs/gudev/Makefile.am | 6 ++++-- docs/libudev/Makefile.am | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/gudev/Makefile.am b/docs/gudev/Makefile.am index 3a3a3e5d72..64e4361021 100644 --- a/docs/gudev/Makefile.am +++ b/docs/gudev/Makefile.am @@ -108,6 +108,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 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 -- cgit v1.2.3-54-g00ecf