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

Annotation of /manual/tools/make_mail_subjects.sh

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


Revision 1.1 - (hide annotations) (download) (as text)
Tue Jan 15 10:41:49 2002 UTC (22 years, 3 months ago) by cnh
Branch: MAIN
File MIME type: application/x-sh
Added a couple of scripts for building manual

 o generate_latest_manual.sh

   This script runs on twain under cron every few hours
   and creates http://mitgcm.org/sealion-manual-latest,
   which can be used to see what has or hasn't been done yet.

 o make_mail_subjects.sh and make_mail_subjects.awk

   These change the mailto:support@mitgcm.org links at the bottom each
   manual web page, so that the section number and title appears in
   the subject line automatically.

1 cnh 1.1 #!/bin/csh -f
2     foreach f ( *.html )
3    
4     cat $f | awk -f make_mail_subjects.awk >$f.comment
5     mv $f.comment $f
6    
7     end

  ViewVC Help
Powered by ViewVC 1.1.22