You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
166 B

  1. .PHONY: docs
  2. REPO:=github.com/tendermint/tendermint/libs/events
  3. docs:
  4. @go get github.com/davecheney/godoc2md
  5. godoc2md $(REPO) > README.md
  6. test:
  7. go test -v ./...