Parent Directory
|
Revision Log
|
Revision Graph
o complete re-work
| 1 | |
| 2 | all: |
| 3 | -rm -rf html |
| 4 | ./Assemble.pl |
| 5 | |
| 6 | install: |
| 7 | @make all |
| 8 | scp html/*.html mitgcm.org:/u/u0/httpd/html/ |
| 9 | |
| 10 | tidy: |
| 11 | tidy -i -wrap 80 -clean -asxml template_003.xml > template_004.xml |
| 12 | |
| 13 | clean: |
| 14 | -rm -rf html |
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |