mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-05 13:05:09 +00:00
README: add godoc instead of tedious MD regeneration
Add a godoc reference to delegate indexing and references to that service, thus keeping our library and usages upto date, instead of relying on generated markdown that goes stale especially for changing API signatures, and becomes tedious where someone has to remember to always regenerate the README markdown and then commit it. Fixes #24
This commit is contained in:
6
Makefile
6
Makefile
@@ -1,14 +1,10 @@
|
||||
.PHONEY: all docs test install get_vendor_deps ensure_tools codegen wordlist
|
||||
.PHONEY: all test install get_vendor_deps ensure_tools codegen wordlist
|
||||
|
||||
GOTOOLS = \
|
||||
github.com/Masterminds/glide \
|
||||
github.com/jteeuwen/go-bindata/go-bindata
|
||||
REPO:=github.com/tendermint/go-crypto
|
||||
|
||||
docs:
|
||||
@go get github.com/davecheney/godoc2md
|
||||
godoc2md $(REPO) > README.md
|
||||
|
||||
all: get_vendor_deps install test
|
||||
|
||||
install:
|
||||
|
||||
Reference in New Issue
Block a user