--- mitgcm.org/front_content/Makefile 2009/11/02 20:13:21 1.16 +++ mitgcm.org/front_content/Makefile 2018/01/14 18:13:29 1.21 @@ -1,8 +1,6 @@ -# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/front_content/Makefile,v 1.16 2009/11/02 20:13:21 jmc Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/front_content/Makefile,v 1.21 2018/01/14 18:13:29 jmc Exp $ # # Makefile for the "front-end" of the mitgcm.org domain. -# - all: -rm -rf html @@ -12,8 +10,9 @@ install: @make all - cp html/testing.html /u/u0/httpd/html/public/ - #cp html/*.html cmi_redir.php /u/u0/httpd/html/ + chmod 664 html/*.html + /bin/cp -f 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 @@ -21,4 +20,3 @@ clean: -rm -rf html ptmp -