[next] telepathy-mission-control: Don' t check documentation completeness in this stable branch
Simon McVittie
smcv at kemper.freedesktop.org
Fri Oct 4 06:00:39 PDT 2013
Module: telepathy-mission-control
Branch: next
Commit: 41f675da7cd97b9a3771881c22788e73eb99f99a
URL: http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=41f675da7cd97b9a3771881c22788e73eb99f99a
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Wed Oct 2 17:41:55 2013 +0100
Don't check documentation completeness in this stable 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..65ec75e 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