Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2202)
- gcc
env:
- - CONFIG_OPTS="" DESTDIR="_install"
+ - CONFIG_OPTS="" DESTDIR="_install" CHECKDOCS="yes"
- CONFIG_OPTS="--debug no-shared enable-crypto-mdebug enable-rc5 enable-md2"
- CONFIG_OPTS="no-pic --strict-warnings" BUILDONLY="yes"
- CONFIG_OPTS="no-engine no-shared --strict-warnings" BUILDONLY="yes"
cd _build;
fi
- $make update
+ - if [ -n "$CHECKDOCS" ]; then
+ $make doc-nits;
+ fi
- $make
- if [ -z "$BUILDONLY" ]; then
if [ -n "$CROSS_COMPILE" ]; then
uninstall_sw: uninstall_runtime uninstall_engines uninstall_dev
+doc-nits:
+ $(PERL) util/find-doc-nits.pl -n
+
install_docs: install_man_docs install_html_docs
uninstall_docs: uninstall_man_docs uninstall_html_docs