From 860832b0521da2145e71bb2c06ff05b3a921c59f Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 3 Oct 2012 09:49:33 +0100 Subject: Don't check documentation completeness in this stable branch To be reverted in the 0.21 branch. --- docs/reference/Makefile.am | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'docs') diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 982359646..16ede12d0 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -142,14 +142,6 @@ check-local: echo "$$file missing from telepathy-glib-docs.sgml"; \ err=1; \ fi; \ - done; \ - case $(enable_fatal_warnings)/$$err in \ - (yes/1) \ - echo "Documentation check failed" >&2; \ - exit $$err; \ - ;; \ - (*) \ - exit 0; \ - ;; \ - esac + done endif +# ... but don't fail on incomplete documentation, this is a stable branch -- cgit v1.2.1