summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-10-03 14:16:34 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-10-03 14:16:34 +0200
commitaba81b8599fca976d3d0313043d3ad2c1ce7d106 (patch)
treefb8c657dfe738671769067f7b2975ccd3e362c01 /docs
parent66b0194a274f7503074f4062884ab6472de090e2 (diff)
downloadtelepathy-glib-aba81b8599fca976d3d0313043d3ad2c1ce7d106.tar.gz
Revert "Don't check documentation completeness in this stable branch"
This reverts commit 860832b0521da2145e71bb2c06ff05b3a921c59f.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/Makefile.am12
1 files changed, 10 insertions, 2 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 16ede12d0..982359646 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -142,6 +142,14 @@ check-local:
echo "$$file missing from telepathy-glib-docs.sgml"; \
err=1; \
fi; \
- done
+ done; \
+ case $(enable_fatal_warnings)/$$err in \
+ (yes/1) \
+ echo "Documentation check failed" >&2; \
+ exit $$err; \
+ ;; \
+ (*) \
+ exit 0; \
+ ;; \
+ esac
endif
-# ... but don't fail on incomplete documentation, this is a stable branch