mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-03 11:45:18 +00:00
makefile: minor cleanup (#3994)
- goimports is not used as a tool anymore - correct me if wrong - rename devtools folder to merely tools.mk - remove slate_header.txt Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
This commit is contained in:
6
Makefile
6
Makefile
@@ -15,7 +15,7 @@ BUILD_FLAGS = -mod=readonly -ldflags "$(LD_FLAGS)"
|
||||
all: check build test install
|
||||
|
||||
# The below include contains the tools.
|
||||
include scripts/devtools/Makefile
|
||||
include tools.mk
|
||||
include tests.mk
|
||||
|
||||
########################################
|
||||
@@ -153,10 +153,6 @@ lint:
|
||||
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user