Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(619)

Delta Between Two Patch Sets: doc/Makefile

Issue 5815044: code review 5815044: doc: add Go Concurrency Patterns: Timing out, moving on... (Closed)
Left Patch Set: Created 13 years ago
Right Patch Set: diff -r 234c96d5b16b https://code.google.com/p/go Created 13 years ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | doc/articles/go_concurrency_patterns_timing_out_moving_on.html » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 # Copyright 2009 The Go Authors. All rights reserved. 1 # Copyright 2009 The Go Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style 2 # Use of this source code is governed by a BSD-style
3 # license that can be found in the LICENSE file. 3 # license that can be found in the LICENSE file.
4 4
5 RAWHTML=\ 5 RAWHTML=\
6 articles/defer_panic_recover.rawhtml\ 6 articles/defer_panic_recover.rawhtml\
7 articles/error_handling.rawhtml\ 7 articles/error_handling.rawhtml\
8 articles/slices_usage_and_internals.rawhtml\ 8 articles/slices_usage_and_internals.rawhtml\
9 articles/laws_of_reflection.rawhtml\ 9 articles/laws_of_reflection.rawhtml\
10 articles/c_go_cgo.rawhtml\
11 articles/go_concurrency_patterns_timing_out_moving_on.rawhtml\
10 articles/image_draw.rawhtml\ 12 articles/image_draw.rawhtml\
11 effective_go.rawhtml\ 13 effective_go.rawhtml\
12 go1.rawhtml\ 14 go1.rawhtml\
13 15
14 all: $(RAWHTML) 16 all: $(RAWHTML)
15 17
16 %.rawhtml: %.html 18 %.rawhtml: %.html
17 godoc -url /doc/$< >$@ 19 godoc -url /doc/$< >$@
18 20
19 clean: 21 clean:
20 » rm -f $(RAWHTML) 22 » rm -f $(RAWHTML)
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b