--- mitgcm.org/front_content/Makefile 2003/12/06 21:10:18 1.3 +++ mitgcm.org/front_content/Makefile 2004/01/23 14:27:59 1.6 @@ -1,6 +1,13 @@ +# $ Header: $ +# +# Makefile for the "front-end" of the mitgcm.org domain. +# + all: -rm -rf html + export CVSROOT=:ext:@auden.lcs.mit.edu:/u/u3/gcmpack \ + export CVS_RSH=ssh && cvs -q up ./parse_emails ./make_summary ./Assemble.pl @@ -13,4 +20,6 @@ tidy -i -wrap 80 -clean -asxml template_003.xml > template_004.xml clean: - -rm -rf html + -rm -rf html ptmp + +