Commit cf7281e7 authored by Rob Pike's avatar Rob Pike

doc/Makefile: add 'all' rule to build all docs

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5334044
parent b4df33a6
......@@ -8,6 +8,8 @@ TARG=tmpltohtml
GOFILES=\
tmpltohtml.go\
all: tmpltohtml go_tutorial.html effective_go.html
go_tutorial.html: go_tutorial.tmpl tmpltohtml
./makehtml go_tutorial.tmpl
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment