mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
build - Update Makefile check to allow numbers in summary name
This commit is contained in:
parent
e220afe975
commit
04e6b9177b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -219,7 +219,7 @@ check-for-missing-rpc-summaries:
|
|||
## Make sure the Quick Reference section has a summary for each RPC we
|
||||
## have documented
|
||||
$S for f in _includes/devdoc/dash-core/rpcs/rpcs/*.md ;\
|
||||
do grep -q "\[$$( grep '^##### ' $$f | sed 's/^##### *\([a-zA-Z]*\).*/\1/')\]\[" _includes/devdoc/dash-core/rpcs/quick-reference.md \
|
||||
do grep -q "\[$$( grep '^##### ' $$f | sed 's/^##### *\([a-zA-Z0-9]*\).*/\1/')\]\[" _includes/devdoc/dash-core/rpcs/quick-reference.md \
|
||||
|| echo 'missing summary for '$$f', you need to add the summary to _includes/devdoc/dash-core/rpcs/quick-ref.md and run make manual-updates' \
|
||||
; done | eval $(ERROR_ON_OUTPUT)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue