--- mitgcm.org/front_content/Makefile 2018/01/12 21:46:46 1.19 +++ 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.19 2018/01/12 21:46:46 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 @@ -13,7 +11,7 @@ install: @make all chmod 664 html/*.html - cp html/*.html /u/u0/httpd/html/public/ + /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: @@ -22,4 +20,3 @@ clean: -rm -rf html ptmp -