aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2011-11-01 09:45:04 -0700
committerRob Pike <r@golang.org>2011-11-01 09:45:04 -0700
commitcf7281e7289ffe861e2bfcac14d2e1b40416d741 (patch)
treed2f0e4932af2749865ee13bb20b0779fe0f4b4ee
parentb4df33a6eafea21afb7c85dafc7550f5fc339c7c (diff)
downloadgo-cf7281e7289ffe861e2bfcac14d2e1b40416d741.tar.gz
go-cf7281e7289ffe861e2bfcac14d2e1b40416d741.zip
doc/Makefile: add 'all' rule to build all docs
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5334044
-rw-r--r--doc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 7957a0d0aa..4d1f4ee064 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -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