--- mitgcm.org/front_content/Makefile 2003/12/04 02:14:52 1.2 +++ mitgcm.org/front_content/Makefile 2003/12/07 00:23:45 1.4 @@ -1,6 +1,13 @@ +# $ Header: $ +# +# Makefile for the "front-end" of the mitgcm.org domain. +# + all: -rm -rf html + ./parse_emails + ./make_summary ./Assemble.pl install: @@ -11,4 +18,6 @@ tidy -i -wrap 80 -clean -asxml template_003.xml > template_004.xml clean: - -rm -rf html + -rm -rf html ptmp + +