Cleanup: UPDATE README & Makefile

render hasn't been used for a long time now - time to get rid of it.
This commit is contained in:
Niklas Fasching 2019-01-07 20:31:12 +01:00
parent 2cf09dcf03
commit 6dd8e90bb8
2 changed files with 1 additions and 6 deletions

View file

@ -17,11 +17,6 @@ test: install
setup:
git config core.hooksPath etc/githooks
case=example
.PHONY: render
render:
go run main.go org/testdata/$(case).org html | html2text
.PHONY: generate
generate: generate-gh-pages generate-fixtures