aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetWeb/Makefile
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2008-03-01 20:39:39 -0600
committerErik Schnetter <schnetter@cct.lsu.edu>2008-03-01 20:39:39 -0600
commit3aa1ea2c8a579a1ac0fe325f99baaedcc19e1f4f (patch)
treeb4148f16361b8c0e3a771a92a49381611f21f09e /Carpet/CarpetWeb/Makefile
parentf5cb6bdc3e995f3e2c6542c43ce194ce789e29de (diff)
CarpetWeb: Update web pages
Remove darcs binaries. Add news item about new development version and new server location. Add instructions for using git. Add logo. Update makefile to publish to carpetcode.dyndns.org as well.
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