aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetWeb/Makefile
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@aei.mpg.de>2004-09-28 17:45:00 +0000
committerErik Schnetter <schnetter@aei.mpg.de>2004-09-28 17:45:00 +0000
commitc1c40a336147c0832d11e23edb05d64242505db8 (patch)
tree3158a51cc0304368dec95ff6bf022836dc40f6c8 /Carpet/CarpetWeb/Makefile
parent1367f61dd112d38d4f3d12f0aa6ec2f26528bcb8 (diff)
Update rsync command that syncs the web pages
darcs-hash:20040928174527-891bb-735f9a6f94ecfe44a742a6bf5f2b2c55a7d49484.gz
Diffstat (limited to 'Carpet/CarpetWeb/Makefile')
-rw-r--r--Carpet/CarpetWeb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/CarpetWeb/Makefile b/Carpet/CarpetWeb/Makefile
index fbbe2dcaf..f233cea8f 100644
--- a/Carpet/CarpetWeb/Makefile
+++ b/Carpet/CarpetWeb/Makefile
@@ -1,6 +1,6 @@
all:
sync:
- rsync -a -v -z --exclude "*~" --exclude doxygen --delete -e ssh ./ carpet@www.carpetcode.org:www.carpetcode.org/htdocs
+ rsync -a -v -z --exclude "*~" --exclude doxygen --delete -e ssh --rsync-path=/home/schnette/bin/rsync ./ carpet@www.carpetcode.org:www.carpetcode.org/htdocs
.PSEUDO: all sync