summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-10-03 09:49:33 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-10-03 09:49:33 +0100
commit860832b0521da2145e71bb2c06ff05b3a921c59f (patch)
tree05fe55a58b5a5f72f37ce463a878472ef1c3444d /docs
parent74b79c60c152d7ac49f091c88c2001a6dcec93f1 (diff)
downloadtelepathy-glib-860832b0521da2145e71bb2c06ff05b3a921c59f.tar.gz
Don't check documentation completeness in this stable branch
To be reverted in the 0.21 branch.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/Makefile.am12
1 files changed, 2 insertions, 10 deletions
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