Changeset 698 for CMIP6dreqbuild/trunk/src/framework/Makefile
- Timestamp:
- 21/07/16 16:16:34 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CMIP6dreqbuild/trunk/src/framework/Makefile
r691 r698 92 92 cp -r dreqPy/html/index.html $(www)/ 93 93 94 cleanLocalHtml: 95 cp -r dreqPy/xls/* $(www)/data/tabs02/ 96 cp -r dreqPy/tabs03/* $(www)/tabs03/ 97 cp dreqPy/tab01_1_1.html dreqPy/tab01_3_3.html $(www)/ 98 cp dreqPy/data3.js $(www)/data/mipVarsData.js 99 cp websiteExtras/dreq.css $(www)/css 100 mv $(www)/u/ $(www)/u1 101 cp -r dreqPy/html/u/* $(www)/u/ 102 mv $(www)/t/ $(www)/t1 103 cp -r dreqPy/html/t/* $(www)/t/ 104 cp -r dreqPy/html/index/* $(www)/index/ 105 cp -r dreqPy/html/index.html $(www)/ 106 echo clearing up ... may take some time 107 find $(www)/u1 -name "*.html" -exec rm {} \; 108 find $(www)/11 -name "*.html" -exec rm {} \; 109 94 110 cleanHtml: 95 111 find dreqPy/html/u -type f -exec rm {} \;
Note: See TracChangeset
for help on using the changeset viewer.