mirror of
https://github.com/golang/go
synced 2024-11-21 16:04:45 -07:00
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:
parent
b4df33a6ea
commit
cf7281e728
@ -8,6 +8,8 @@ TARG=tmpltohtml
|
|||||||
GOFILES=\
|
GOFILES=\
|
||||||
tmpltohtml.go\
|
tmpltohtml.go\
|
||||||
|
|
||||||
|
all: tmpltohtml go_tutorial.html effective_go.html
|
||||||
|
|
||||||
go_tutorial.html: go_tutorial.tmpl tmpltohtml
|
go_tutorial.html: go_tutorial.tmpl tmpltohtml
|
||||||
./makehtml go_tutorial.tmpl
|
./makehtml go_tutorial.tmpl
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user