| 1 |
# $Header: /u/gcmpack/mitgcm.org/front_content/Makefile,v 1.16 2009/11/02 20:13:21 jmc Exp $ |
| 2 |
# |
| 3 |
# Makefile for the "front-end" of the mitgcm.org domain. |
| 4 |
# |
| 5 |
|
| 6 |
|
| 7 |
all: |
| 8 |
-rm -rf html |
| 9 |
# ./parse_emails -u /u/edhill/local/bin/munpack |
| 10 |
./make_summary |
| 11 |
./Assemble.pl |
| 12 |
|
| 13 |
install: |
| 14 |
@make all |
| 15 |
#cp html/*.html /u/u0/httpd/html/public/ |
| 16 |
cp `ls html/*.html | grep -v 'html/news.html'` /u/u0/httpd/html/public/ |
| 17 |
|
| 18 |
tidy: |
| 19 |
tidy -i -wrap 80 -clean -asxml template_003.xml > template_004.xml |
| 20 |
|
| 21 |
clean: |
| 22 |
-rm -rf html ptmp |
| 23 |
|
| 24 |
|