From 32d40d0d8942ac7156066c55354dc174f7b8b3bc Mon Sep 17 00:00:00 2001 From: Kurt Roeckx Date: Tue, 19 Feb 2019 20:29:53 +0100 Subject: [PATCH] Make sure that generated POD files are actually created before we run doc-nits Reviewed-by: Richard Levitte GH: #8285 --- Configurations/unix-Makefile.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl index 0b744bb7af..1e6709f2a7 100644 --- a/Configurations/unix-Makefile.tmpl +++ b/Configurations/unix-Makefile.tmpl @@ -721,7 +721,7 @@ generate: generate_apps generate_crypto_bn generate_crypto_objects \ generate_crypto_conf generate_crypto_asn1 generate_fuzz_oids .PHONY: doc-nits -doc-nits: +doc-nits: build_generated (cd $(SRCDIR); $(PERL) util/find-doc-nits -n -p ) >doc-nits @if [ -s doc-nits ] ; then cat doc-nits ; exit 1; \ else echo 'doc-nits: no errors.'; rm doc-nits ; fi -- 2.40.0