提交 a3b0d466 编写于 作者: R Rich Salz

Handle find-doc-nits script rename

Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 9e183d22
......@@ -596,7 +596,7 @@ generate: generate_apps generate_crypto_bn generate_crypto_objects \
generate_crypto_conf generate_crypto_asn1
doc-nits:
(cd $(SRCDIR); $(PERL) util/find-doc-nits.pl -n ) >doc-nits
(cd $(SRCDIR); $(PERL) util/find-doc-nits -n ) >doc-nits
if [ -s doc-nits ] ; then cat doc-nits; rm doc-nits ; exit 1; fi
# Test coverage is a good idea for the future
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册