telepathy-glib: Don' t check documentation completeness in this stable branch
Simon McVittie
smcv at kemper.freedesktop.org
Thu Sep 26 07:31:44 PDT 2013
Module: telepathy-glib
Branch: master
Commit: cccddc75ed3dfcc74b5aac920c652f49d656f171
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=cccddc75ed3dfcc74b5aac920c652f49d656f171
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
---
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