Parent Directory
|
Revision Log
|
Revision Graph
o various cleanups
| 1 | edhill | 1.1 | |
| 2 | all: | ||
| 3 | -rm -rf html | ||
| 4 | edhill | 1.3 | ./parse_emails |
| 5 | ./make_summary | ||
| 6 | edhill | 1.1 | ./Assemble.pl |
| 7 | |||
| 8 | edhill | 1.2 | install: |
| 9 | @make all | ||
| 10 | scp html/*.html mitgcm.org:/u/u0/httpd/html/ | ||
| 11 | |||
| 12 | edhill | 1.1 | 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 |