 Parent Directory
|
 Parent Directory
|  Revision Log
|
 Revision Log
|  Revision Graph
 Revision Graph
o added script to generate mapping.txt file and modded Makefile to use it
| 1 | #!/bin/sh | 
| 2 | |
| 3 | MAPPING="mapping.txt" | 
| 4 | |
| 5 | # these are not quite recompiled oddballs | 
| 6 | echo "manual http://mitgcm.org/sealion/" >> $MAPPING | 
| 7 | echo "hydrodynamics http://paoc.mit.edu/cmi/development/hydrodynamics.htm" >> $MAPPING | 
| 8 | |
| 9 | grep -r CMIREDIR *.html | \ | 
| 10 | awk 'BEGIN { FS = ":" } ; | 
| 11 | { HTMLPATH = "http://mitgcm.org/sealion/online_documents/" } ; | 
| 12 | { print $3 " " HTMLPATH $1}' >> $MAPPING | 
| 13 | 
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |