 Parent Directory
|
 Parent Directory
|  Revision Log
|
 Revision Log
|  Revision Graph
 Revision Graph
Adding extra online manual customisation tools
| 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 |