From a546d5069754e2cf57b5871d12c145f96c1c9503 Mon Sep 17 00:00:00 2001 From: rivers Date: Mon, 1 Feb 2010 14:09:43 +0000 Subject: [PATCH] Added -f flags to copy commands git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@9975 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- documentation/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/Makefile b/documentation/Makefile index bb0d680..b1c32a7 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -12,10 +12,10 @@ iocBootDocs: ./makeIOCBootDocs install: - cp *.html /home/epics/web_software/epics - cp *.png /home/epics/web_software/epics - cp *.jpg /home/epics/web_software/epics - cp -rp areaDetectorDoxygenHTML /home/epics/web_software/epics/ + cp -f *.html /home/epics/web_software/epics + cp -f *.png /home/epics/web_software/epics + cp -f *.jpg /home/epics/web_software/epics + cp -rfp areaDetectorDoxygenHTML /home/epics/web_software/epics/ clean: rm -rf areaDetectorDoxygenHTML/*