telepathy-mission-control: Don' t check documentation completeness in this stable branch
Guillaume Desmottes
gdesmott at kemper.freedesktop.org
Wed Oct 3 06:20:52 PDT 2012
Module: telepathy-mission-control
Branch: master
Commit: 2a0b73c02353a155e473504546a8b7e598da4449
URL: http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=2a0b73c02353a155e473504546a8b7e598da4449
Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date: Wed Oct 3 14:57:48 2012 +0200
Don't check documentation completeness in this stable branch
To be reverted in the 5.15 branch.
---
doc/reference/mission-control-plugins/Makefile.am | 12 ++----------
1 files changed, 2 insertions(+), 10 deletions(-)
diff --git a/doc/reference/mission-control-plugins/Makefile.am b/doc/reference/mission-control-plugins/Makefile.am
index 061d1b7..62af48b 100644
--- a/doc/reference/mission-control-plugins/Makefile.am
+++ b/doc/reference/mission-control-plugins/Makefile.am
@@ -145,14 +145,6 @@ check-local:
echo "$$file missing from $(DOC_MODULE)-docs.sgml"; \
err=1; \
fi; \
- done; \
- case $(ENABLE_DOC_CHECKS)/$$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