[telepathy-glib-0.24] telepathy-glib: Revert "Don't check documentation completeness in this stable branch"
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Wed Feb 3 22:48:45 UTC 2021
Module: telepathy-glib
Branch: telepathy-glib-0.24
Commit: 6d399eaec1ab6381c57a371320528fda5d2e3e7c
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=6d399eaec1ab6381c57a371320528fda5d2e3e7c
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Wed Sep 17 11:53:35 2014 +0100
Revert "Don't check documentation completeness in this stable branch"
This reverts commit 0273bfb815ef74115d614f5e5f04e013374f7a01.
---
docs/reference/Makefile.am | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 16ede12d0..982359646 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -142,6 +142,14 @@ check-local:
echo "$$file missing from telepathy-glib-docs.sgml"; \
err=1; \
fi; \
- done
+ done; \
+ case $(enable_fatal_warnings)/$$err in \
+ (yes/1) \
+ echo "Documentation check failed" >&2; \
+ exit $$err; \
+ ;; \
+ (*) \
+ exit 0; \
+ ;; \
+ esac
endif
-# ... but don't fail on incomplete documentation, this is a stable branch
More information about the telepathy-commits
mailing list