]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
unix-Makefile.tmpl: Run find-doc-nits with env var checker too
authorNorbert Pocs <norbertp@openssl.org>
Fri, 18 Jul 2025 12:29:57 +0000 (14:29 +0200)
committerNeil Horman <nhorman@openssl.org>
Tue, 29 Jul 2025 17:12:11 +0000 (13:12 -0400)
Signed-off-by: Norbert Pocs <norbertp@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/28025)

Configurations/unix-Makefile.tmpl

index a55f3ee1382583bf3107493ba8627940377420ea..7ebca833f17d4389a43f8678c85115156d6e3989 100644 (file)
@@ -1180,7 +1180,7 @@ generate_buildinfo: generate_doc_buildinfo
 
 .PHONY: doc-nits md-nits
 doc-nits: build_generated_pods ## Evaluate OpenSSL documentation
-       $(PERL) $(SRCDIR)/util/find-doc-nits -c -n -l -e -i
+       $(PERL) $(SRCDIR)/util/find-doc-nits -c -n -l -e -i -a
 
 # This uses "mdl", the markdownlint application, which is written in ruby.
 # The source is at https://github.com/markdownlint/markdownlint