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