/[MITgcm]/mitgcm.org/front_content/Makefile
ViewVC logotype

Diff of /mitgcm.org/front_content/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

--- mitgcm.org/front_content/Makefile	2018/01/12 21:46:46	1.19
+++ mitgcm.org/front_content/Makefile	2018/01/14 18:03:16	1.20
@@ -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.20 2018/01/14 18:03:16 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 -pf 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
 
-

 

  ViewVC Help
Powered by ViewVC 1.1.22