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

Annotation of /manual/tools/figsub.sh

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


Revision 1.1 - (hide annotations) (download) (as text)
Thu Feb 28 19:30:25 2002 UTC (22 years, 2 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint57l_post, checkpoint01, HEAD
File MIME type: application/x-sh
Adding extra online manual customisation tools

1 cnh 1.1 #!/bin/csh -f
2    
3     # Create temporary work directory
4     \rm -fr figsub
5     mkdir figsub
6    
7     # Find "to be replaced" figures, recording html for replacement,
8     # file to modify and line numbers.
9     awk -f ../tools/figsub.awk node*.html
10    
11     # Separate caption, figure image, label and figure number
12     ../tools/caption.sh
13     ../tools/img.sh
14     ../tools/labels.sh
15     ../tools/fignum.sh
16    
17     # Now find the figures for each extract and make the substitution
18     ../tools/figchange.sh

  ViewVC Help
Powered by ViewVC 1.1.22