summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKurt <kurt.w.jung@gmail.com>2019-04-30 15:17:28 -0400
committerKurt <kurt.w.jung@gmail.com>2019-04-30 15:17:28 -0400
commit54f3906c54220782edebd4fef4d8052d0d1d658e (patch)
treef8a3ff43377be89ad7b839da3bcdb56a0d1f1d1e /Makefile
parent60d76ba19a24fffa319b95a0d31122449e2a7e7b (diff)
Remove README template
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5a78d8e..887ffd8 100644
--- a/Makefile
+++ b/Makefile
@@ -15,8 +15,6 @@ check :
tidy -quiet -output /dev/null $<
touch $@
-README.md doc.go doc/index.html : document.md
-
doc/body.md README.md doc.go : document.md
lua doc/doc.lua
gofmt -s -w doc.go