Changeset 1287
- Timestamp:
- 22/11/18 12:42:18 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CMIP6dreqbuild/trunk/src/framework/Makefile
r1285 r1287 92 92 93 93 dirs: 94 (cd dreqPy; mkdir -p html html/index html/t html/u tab2 html/tabs03 html/tt )94 (cd dreqPy; mkdir -p html html/index html/t html/u tab2 html/tabs03 html/tt; ln -s ../out ) 95 95 96 96 localHtml: … … 114 114 echo MOVED $(wwwdata)/new to $(wwwdata)/latest 115 115 116 117 createContent: 118 cd dreqPy; python overviewTabs.py 119 cd dreqPy; python makeTables.py 120 cd dreqPy; python dreqCmdl.py --SF 121 122 prepNew: 123 cd $(wwwdata); rm -fr new 124 mkdir $(wwwdata)/new 116 125 117 126 siteData:
Note: See TracChangeset
for help on using the changeset viewer.