/[MITgcm]/manual/tools/img.awk
ViewVC logotype

Contents of /manual/tools/img.awk

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


Revision 1.1 - (show annotations) (download)
Thu Feb 28 19:30:25 2002 UTC (22 years, 1 month ago) by cnh
Branch: MAIN
CVS Tags: checkpoint57l_post, checkpoint01, HEAD
Adding extra online manual customisation tools

1 BEGIN{captionDone=0}
2 /<CAPTION/,/<\/CAPTION>/{captionDone=1}
3 /<TR><TD>/,/<\/TD><\/TR>/{if ( captionDone==1 ) print}
4 END{}

  ViewVC Help
Powered by ViewVC 1.1.22