]> Cypherpunks repositories - gostls13.git/commit
go_tutorial: change the way it's generated.
authorRob Pike <r@golang.org>
Wed, 13 Jul 2011 03:20:05 +0000 (13:20 +1000)
committerRob Pike <r@golang.org>
Wed, 13 Jul 2011 03:20:05 +0000 (13:20 +1000)
commitc1c8d46d20638feed689cc2b3e8475e54fc9451e
treee0ac582801fcabd404918a7bb49a52454b5ea3e2
parentf1df07bf6a37bc291f293fd5cdfc9203dd22b31f
go_tutorial: change the way it's generated.
No longer do we generate HTML from it; instead the input
file is already in HTML but has template invocations to
extract programs from other files.
Delete htmlgen, which is no longer needed.
Add tmpltohtml, which runs the templating code.

R=golang-dev, dsymonds, adg
CC=golang-dev
https://golang.org/cl/4699041
doc/Makefile
doc/go_tutorial.html
doc/go_tutorial.tmpl [new file with mode: 0644]
doc/go_tutorial.txt [deleted file]
doc/htmlgen.go [deleted file]
doc/makehtml
doc/tmpltohtml.go [new file with mode: 0644]