]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix concurrency patterns rawhtml generation
authorFrancisco Souza <franciscossouza@gmail.com>
Tue, 27 Mar 2012 03:03:46 +0000 (14:03 +1100)
committerAndrew Gerrand <adg@golang.org>
Tue, 27 Mar 2012 03:03:46 +0000 (14:03 +1100)
The Makefile target was broken due to the rename of the HTML file.

R=golang-dev
CC=golang-dev
https://golang.org/cl/5918045

doc/Makefile

index 37deecab3edb3393508bc96ba33ed9d6b1c10966..03f341ac9abed977af9d0c9387a06a94403820e3 100644 (file)
@@ -8,7 +8,7 @@ RAWHTML=\
        articles/slices_usage_and_internals.rawhtml\
        articles/laws_of_reflection.rawhtml\
        articles/c_go_cgo.rawhtml\
-       articles/go_concurrency_patterns_timing_out_moving_on.rawhtml\
+       articles/concurrency_patterns.rawhtml\
        articles/godoc_documenting_go_code.rawhtml\
        articles/gobs_of_data.rawhtml\
        articles/json_and_go.rawhtml\