]> AND Public Git Repository - simgrid.git/blobdiff - Makefile.am
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix doxygen; more debuging (is always welcome); make sure the caller wants to know...
[simgrid.git] / Makefile.am
index ff2d4e2d7533793c593aed9014eed44d36f8a2d9..eece4fd2f6165dc237c6b5401beb8a09356b1e76 100644 (file)
@@ -55,9 +55,9 @@ publish: dist
         make -C ~/public_html
 
 sync-gforge: 
-       rsync --copy-links --verbose --archive --cvs-exclude --compress --delete \
-       --delete-excluded --rsh=ssh -I \
-       doc/html/ scm.gforge.inria.fr:/var/lib/gforge/chroot/home/groups/simgrid/htdocs/doc/ || true
+       rsync --verbose --cvs-exclude --compress --delete --delete-excluded --rsh=ssh --ignore-times \
+           --recursive --links --perms --times --omit-dir-times  \
+           doc/html/ scm.gforge.inria.fr:/var/lib/gforge/chroot/home/groups/simgrid/htdocs/doc/ || true
        scp doc/index.php scm.gforge.inria.fr:/var/lib/gforge/chroot/home/groups/simgrid/htdocs/
        scp doc/simgrid_logo_small2.png scm.gforge.inria.fr:/var/lib/gforge/chroot/home/groups/simgrid/htdocs/
        ssh scm.gforge.inria.fr "chgrp -R simgrid /var/lib/gforge/chroot/home/groups/simgrid/htdocs/"