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

Side by Side Diff: ppapi/c/documentation/removefilesC.sh

Issue 9404029: Changes for 'C' version of documentation files needed to generate new DevSite reference. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 10 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/c/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.ezt 11 rm functions*.html
12 rm functions_vars.ezt 12 rm globals_0x*.html
13 rm globals.ezt 13 rm globals.html
14 rm globals_enum.ezt 14 rm globals_enum.html
15 rm globals_eval.ezt 15 rm globals_eval.html
16 rm globals_func.ezt 16 rm globals_func.html
17 rm globals_type.ezt 17 rm globals_type.html
18 rm globals_vars.ezt 18 rm globals_vars.html
19 rm graph_legend.ezt 19 rm graph_legend.html
20 rm graph_legend.png 20 rm graph_legend.png
21 rm index_8dox.ezt 21 rm index_8dox.html
22 rm modules.ezt 22 rm modules.html
23 rm nav_f.png 23 rm nav_f.png
24 rm nav_h.png 24 rm nav_h.png
25 rm open.png 25 rm open.png
26 rm tab_a.png 26 rm tab_a.png
27 rm tab_b.png 27 rm tab_b.png
28 rm tab_h.png 28 rm tab_h.png
29 rm tab_s.png 29 rm tab_s.png
30 # all .map and all .md5 files 30 # all .map and all .md5 files
31 rm *.md5 31 rm *.md5
32 rm *.map 32 rm *.map
33 rm *.css 33 rm *.css
34 rm files.ezt 34 rm files.html
35 rm index.ezt 35 rm index.html
36 rm jquery.js 36 rm jquery.js
37 rm *.html
38 37
OLDNEW
« no previous file with comments | « ppapi/c/documentation/header.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698