]> Cypherpunks repositories - gostls13.git/commit
doc: remove unsued progs and makehtml script, update progs/run
authorShenghou Ma <minux.ma@gmail.com>
Tue, 6 Mar 2012 21:05:10 +0000 (08:05 +1100)
committerAndrew Gerrand <adg@golang.org>
Tue, 6 Mar 2012 21:05:10 +0000 (08:05 +1100)
commitefbd79ce5a1f200c02bd18e59b4e2c11808e6ab4
tree52c724e16325c1b3df518da3485ad2f251085eb9
parent2184137cf3569bd665f256d03aeee659244e2552
doc: remove unsued progs and makehtml script, update progs/run
        Due to removal of go_tutorial, unused programs are removed.
        makehtml is unnecessary (it also gives wrong messages when
        the destination file doesn't exist)
        progs/run now compiles all remaining programs under doc/progs.
        Fixes #3076 (again)

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/5755053
12 files changed:
doc/Makefile
doc/makehtml [deleted file]
doc/progs/helloworld.go [deleted file]
doc/progs/helloworld3.go [deleted file]
doc/progs/print.go [deleted file]
doc/progs/print_string.go [deleted file]
doc/progs/run
doc/progs/server.go [deleted file]
doc/progs/server1.go [deleted file]
doc/progs/sort.go [deleted file]
doc/progs/strings.go [deleted file]
doc/progs/sum.go [deleted file]