/[MITgcm]/manual/tools/genredir.sh
ViewVC logotype

Annotation of /manual/tools/genredir.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (hide annotations) (download) (as text)
Thu Oct 14 21:08:30 2004 UTC (19 years, 6 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint57l_post, checkpoint01, HEAD
Changes since 1.2: +1 -1 lines
File MIME type: application/x-sh
 o name is now "pelican"

1 afe 1.1 #!/bin/sh
2    
3     MAPPING="mapping.txt"
4    
5     # these are not quite recompiled oddballs
6 afe 1.2 # afe: now done properly
7     #echo "manual http://mitgcm.org/sealion/" >> $MAPPING
8     #echo "hydrodynamics http://paoc.mit.edu/cmi/development/hydrodynamics.htm" >> $MAPPING
9 afe 1.1
10     grep -r CMIREDIR *.html | \
11     awk 'BEGIN { FS = ":" } ;
12 edhill 1.3 { HTMLPATH = "http://mitgcm.org/pelican/online_documents/" } ;
13 afe 1.1 { print $3 " " HTMLPATH $1}' >> $MAPPING
14    

  ViewVC Help
Powered by ViewVC 1.1.22