Skip to content

Commit

Permalink
No longer generate README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Martin committed Mar 22, 2019
1 parent 9b5df26 commit 545d523
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ fmt: ve

# Alias to generate everything.
.PHONY: generate
generate: readme template codegen generator
generate: template codegen generator

# Run the new generator
.PHONY: generator
Expand Down Expand Up @@ -86,17 +86,6 @@ misspell:
go get github.com/client9/misspell/cmd/misspell
misspell README.md CONTRIBUTING.md

# Build README.md by concatenating various markdown snippets.
.PHONY: readme
readme:
cat docs/intro.md > README.md
$(PYTHON) scripts/schemas.py --stdout=true >> README.md
cat docs/use-cases-header.md >> README.md
$(PYTHON) scripts/use-cases.py --stdout=true >> README.md
cat docs/implementing.md >> README.md
cat docs/about.md >> README.md
cat docs/generated-files.md >> README.md

# Download and setup tooling dependencies.
.PHONY: setup
setup: ve
Expand Down

0 comments on commit 545d523

Please sign in to comment.