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

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5334044
This commit is contained in:
Rob Pike 2011-11-01 09:45:04 -07:00
parent b4df33a6ea
commit cf7281e728

View file

@ -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