summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2016-01-29 09:41:23 +0100
committerSimon McVittie <smcv@debian.org>2016-01-29 09:41:23 +0100
commit9a6bf9505402df3e15541106ecf82dd48187d43b (patch)
tree677870f37699774dc50534eb85c854134d51216c /doc
parenta754db12a2af47fde2cce8b330d9f402a0d8369f (diff)
downloadxdg-app-9a6bf9505402df3e15541106ecf82dd48187d43b.tar.gz
Disable gtkdoc-check by default for now
We know the documentation is incomplete, so there seems little value in having 'make check' tell us that. Everything except the documentation check is expected to succeed, so it's now more useful to report test failures in continuous integration systems, making functional regressions more visible. Signed-off-by: Simon McVittie <smcv@debian.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index 3d9af1b..8b60508 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -28,7 +28,7 @@ GTKDOC_LIBS = $(top_builddir)/libxdg-app.la $(BASE_LIBS)
include $(top_srcdir)/gtk-doc.make
-if ENABLE_GTK_DOC
+if ENABLE_GTK_DOC_CHECK
TESTS_ENVIRONMENT = \
DOC_MODULE=$(DOC_MODULE) DOC_MAIN_SGML_FILE=$(DOC_MAIN_SGML_FILE) \
SRCDIR=$(abs_srcdir) BUILDDIR=$(abs_builddir)