--- mitgcm.org/front_content/Makefile 2003/12/04 02:14:52 1.2 +++ mitgcm.org/front_content/Makefile 2004/05/18 11:54:53 1.9 @@ -1,14 +1,24 @@ +# $ Header: $ +# +# Makefile for the "front-end" of the mitgcm.org domain. +# + all: -rm -rf html +# export CVSROOT=:ext:@mitgcm.org:/u/gcmpack && export CVS_RSH=ssh && cvs -q up + ./parse_emails + ./make_summary ./Assemble.pl install: @make all - scp html/*.html mitgcm.org:/u/u0/httpd/html/ + scp html/*.html cmi_redir.php mitgcm.org:/u/u0/httpd/html/ tidy: tidy -i -wrap 80 -clean -asxml template_003.xml > template_004.xml clean: - -rm -rf html + -rm -rf html ptmp + +