Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(146)

Side by Side Diff: ppapi/cpp/documentation/removefilesCPP.sh

Issue 9126002: New header and footer (removed old ones) for devsite. New doxyfile pointing to these headers and ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ppapi/cpp/documentation/header.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/bin/bash 1 #!/bin/bash
2 2
3 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 3 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be 4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file. 5 # found in the LICENSE file.
6 rm annotated.ezt 6 rm annotated.html
7 rm bc_s.png 7 rm bc_s.png
8 rm classes.ezt 8 rm classes.html
9 rm closed.png 9 rm closed.png
10 rm doxygen.png 10 rm doxygen.png
11 rm functions*.* 11 rm functions*.*
12 rm globals*.* 12 rm globals*.*
13 rm group___c_p_p.ezt 13 rm index_8dox.html
14 rm index_8dox.ezt 14 rm namespacemembers.html
15 rm modules.ezt 15 rm namespacemembers_func.html
16 rm namespacemembers.ezt 16 rm namespaces.html
17 rm namespacemembers_func.ezt
18 rm namespaces.ezt
19 rm nav_f.png 17 rm nav_f.png
20 rm nav_h.png 18 rm nav_h.png
21 rm open.png 19 rm open.png
22 rm tab_a.png 20 rm tab_a.png
23 rm tab_b.png 21 rm tab_b.png
24 rm tab_h.png 22 rm tab_h.png
25 rm tab_s.png 23 rm tab_s.png
26 # all .map and all .md5 files 24 # all .map and all .md5 files
27 rm *.md5 25 rm *.md5
28 rm *.map 26 rm *.map
29 rm *.css 27 rm *.css
30 rm index.ezt 28 rm index.html
31 rm *.html
32 rm jquery.js 29 rm jquery.js
33 rm hierarchy.ezt 30 rm hierarchy.html
34 31
35 32
36 33
37 34
OLDNEW
« no previous file with comments | « ppapi/cpp/documentation/header.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698