projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9d2d52
)
Make sure that generated POD files are actually created before we run doc-nits
author
Kurt Roeckx
<kurt@roeckx.be>
Tue, 19 Feb 2019 19:29:53 +0000
(20:29 +0100)
committer
Kurt Roeckx
<kurt@roeckx.be>
Thu, 21 Feb 2019 21:18:28 +0000
(22:18 +0100)
Reviewed-by: Richard Levitte <levitte@openssl.org>
GH: #8285
Configurations/unix-Makefile.tmpl
patch
|
blob
|
history
diff --git
a/Configurations/unix-Makefile.tmpl
b/Configurations/unix-Makefile.tmpl
index 0b744bb7af4f9d5612ea90dd1e057f24dd775972..1e6709f2a7cd2e210e5892b738cf41308d2708f0 100644
(file)
--- 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