--- mitgcm.org/front_content/Makefile 2004/05/18 11:54:53 1.9 +++ mitgcm.org/front_content/Makefile 2009/11/03 23:20:16 1.17 @@ -1,4 +1,4 @@ -# $ Header: $ +# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/front_content/Makefile,v 1.17 2009/11/03 23:20:16 jmc Exp $ # # Makefile for the "front-end" of the mitgcm.org domain. # @@ -6,14 +6,14 @@ all: -rm -rf html -# export CVSROOT=:ext:@mitgcm.org:/u/gcmpack && export CVS_RSH=ssh && cvs -q up - ./parse_emails +# ./parse_emails -u /u/edhill/local/bin/munpack ./make_summary ./Assemble.pl install: @make all - scp html/*.html cmi_redir.php mitgcm.org:/u/u0/httpd/html/ + #cp html/*.html /u/u0/httpd/html/public/ + cp `ls html/*.html | grep -v 'html/news.html'` /u/u0/httpd/html/public/ tidy: tidy -i -wrap 80 -clean -asxml template_003.xml > template_004.xml