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

Delta Between Two Patch Sets: src/cmd/godoc/Makefile

Issue 3699041: code review 3699041: godoc: support for regular expression full text search (Closed)
Left Patch Set: code review 3699041: godoc: initial support for regular expression full text... Created 14 years, 3 months ago
Right Patch Set: code review 3699041: godoc: support for regular expression full text search Created 14 years, 2 months 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 | « lib/godoc/source.html ('k') | src/cmd/godoc/doc.go » ('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 include ../../Make.inc 5 include ../../Make.inc
6 6
7 TARG=godoc 7 TARG=godoc
8 GOFILES=\ 8 GOFILES=\
9 codewalk.go\ 9 codewalk.go\
10 dirtrees.go\ 10 dirtrees.go\
11 format.go\
11 godoc.go\ 12 godoc.go\
12 index.go\ 13 index.go\
13 main.go\ 14 main.go\
14 mapping.go\ 15 mapping.go\
15 snippet.go\ 16 snippet.go\
16 spec.go\ 17 spec.go\
17 utils.go\ 18 utils.go\
18 19
19 include ../../Make.cmd 20 include ../../Make.cmd
LEFTRIGHT

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