--- mitgcm.org/front_content/Makefile 2003/12/03 03:36:29 1.1 +++ mitgcm.org/front_content/Makefile 2008/01/09 22:07:27 1.13 @@ -1,10 +1,24 @@ +# $ Header: $ +# +# Makefile for the "front-end" of the mitgcm.org domain. +# + all: -rm -rf html + export CVSROOT='/u/gcmpack' && cvs -q up +# ./parse_emails + ./make_summary ./Assemble.pl +install: + @make all + cp html/*.html cmi_redir.php /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 + +