@ -15,7 +15,7 @@ BUILD_FLAGS = -mod=readonly -ldflags "$(LD_FLAGS)"
all : check build test install
all : check build test install
# The below include contains the tools.
# The below include contains the tools.
i n c l u d e s c r i p t s / d e v t o o l s / M a k e f i l e
i n c l u d e t o o l s . m k
i n c l u d e t e s t s . m k
i n c l u d e t e s t s . m k
########################################
########################################
@ -153,10 +153,6 @@ lint:
DESTINATION = ./index.html.md
DESTINATION = ./index.html.md
rpc-docs :
cat rpc/core/slate_header.txt > $( DESTINATION)
godoc2md -template rpc/core/doc_template.txt github.com/tendermint/tendermint/rpc/core | grep -v -e "pipe.go" -e "routes.go" -e "dev.go" | sed 's,/src/target,https://github.com/tendermint/tendermint/tree/master/rpc/core,' >> $( DESTINATION)
###########################################################
###########################################################
### Docker image
### Docker image