summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2011-12-12 13:15:29 +1100
committerAndrew Gerrand <adg@golang.org>2011-12-12 13:15:29 +1100
commit7ce2a40ffac8cfb504a06a70ffd7eee6379cfdb2 (patch)
treef5c14c2c1b67c51efa7cbf72e6dc9d307fa3152c /doc/Makefile
parent1565e48b4f9a56477c59b95c79c37a69f5a99a97 (diff)
downloadgo-7ce2a40ffac8cfb504a06a70ffd7eee6379cfdb2.tar.gz
doc: add Defer, Panic, and Recover article
Originally published on The Go Programming Language Blog, August 4 2010. http://blog.golang.org/2010/08/defer-panic-and-recover.html Update issue 2547 R=golang-dev, r, r CC=golang-dev http://codereview.appspot.com/5479053
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 4e8ba08c1..f65e538d9 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -8,7 +8,7 @@ TARG=tmpltohtml
GOFILES=\
tmpltohtml.go\
-all: tmpltohtml go_tutorial.html effective_go.html go1.html
+all: tmpltohtml go_tutorial.html effective_go.html go1.html articles/defer_panic_recover.html
%.html: %.tmpl tmpltohtml
./makehtml $*.tmpl