aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetWeb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetWeb/Makefile')
-rw-r--r--Carpet/CarpetWeb/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Carpet/CarpetWeb/Makefile b/Carpet/CarpetWeb/Makefile
index 0cd3f01e1..9084ecc97 100644
--- a/Carpet/CarpetWeb/Makefile
+++ b/Carpet/CarpetWeb/Makefile
@@ -2,5 +2,6 @@ all:
sync:
rsync -a -v -z --exclude .DS_Store --exclude "*~" --exclude doxygen --exclude Makefile --delete --delete-excluded -e ssh --rsync-path=/home/schnette/bin/rsync ./ carpet@www.carpetcode.org:www.carpetcode.org/htdocs
+ rsync -a -v -z --exclude .DS_Store --exclude "*~" --exclude doxygen --exclude Makefile --delete --delete-excluded ./ carpet@carpetcode.dyndns.org:www.carpetcode.org/htdocs
.PSEUDO: all sync