telepathy-glib: Don' t check documentation completeness in this stable branch
Guillaume Desmottes
gdesmott at kemper.freedesktop.org
Wed Oct 3 05:05:28 PDT 2012
Module: telepathy-glib
Branch: master
Commit: 860832b0521da2145e71bb2c06ff05b3a921c59f
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=860832b0521da2145e71bb2c06ff05b3a921c59f
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Wed Oct 3 09:49:33 2012 +0100
Don't check documentation completeness in this stable branch
To be reverted in the 0.21 branch.
---
docs/reference/Makefile.am | 12 ++----------
1 files changed, 2 insertions(+), 10 deletions(-)
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 9823596..16ede12 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
More information about the telepathy-commits
mailing list