Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1 by edhill, Wed Dec 3 03:36:29 2003 UTC | revision 1.3 by edhill, Sat Dec 6 21:10:18 2003 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | ||
| 2 | all: | all: |
| 3 | -rm -rf html | -rm -rf html |
| 4 | ./parse_emails | |
| 5 | ./make_summary | |
| 6 | ./Assemble.pl | ./Assemble.pl |
| 7 | ||
| 8 | install: | |
| 9 | @make all | |
| 10 | scp html/*.html mitgcm.org:/u/u0/httpd/html/ | |
| 11 | ||
| 12 | tidy: | tidy: |
| 13 | tidy -i -wrap 80 -clean -asxml template_003.xml > template_004.xml | tidy -i -wrap 80 -clean -asxml template_003.xml > template_004.xml |
| 14 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |