From: Robert Griesemer Date: Sun, 8 Nov 2009 08:51:08 +0000 (-0800) Subject: TBR X-Git-Tag: weekly.2009-11-10~55 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a011480ff337efcc82c3be1dd05acced49889efc;p=gostls13.git TBR 1st step of renaming dirList.html -> dirlist.html (OS X filenames are not capitalization-sensitive) R=rsc http://go/go-review/1024021 --- diff --git a/lib/godoc/dirList.html b/lib/godoc/dirList.html deleted file mode 100644 index 03980078fb..0000000000 --- a/lib/godoc/dirList.html +++ /dev/null @@ -1,23 +0,0 @@ - - -

- - - - - - - - -{.repeated section @} - - - - -{.end} -
FileSize
..
{Name|html}{Size|html}
-

diff --git a/src/cmd/godoc/godoc.go b/src/cmd/godoc/godoc.go index 16a4982cf4..cecc2d8c3a 100644 --- a/src/cmd/godoc/godoc.go +++ b/src/cmd/godoc/godoc.go @@ -566,7 +566,7 @@ var ( func readTemplates() { // have to delay until after flags processing, // so that main has chdir'ed to goroot. - dirListHtml = readTemplate("dirList.html"); + dirListHtml = readTemplate("dirlist.html"); dirsHtml = readTemplate("dirs.html"); godocHtml = readTemplate("godoc.html"); packageHtml = readTemplate("package.html");