Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Try to explain gcc that we're rewriting the source file, and that it must report...
[simgrid.git] / Makefile.am
index ca9ccd2..7f9d10e 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS= include src tools examples testsuite doc
+SUBDIRS= include src tools testsuite examples doc
 DISTCLEANFILES =  *~  
 
 ACLOCAL = aclocal-1.9 -I acmacro
@@ -58,7 +58,9 @@ publish: dist
 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/html/ scm.gforge.inria.fr:/var/lib/gforge/chroot/home/groups/simgrid/htdocs/doc/
+       ssh scm.gforge.inria.fr "chgrp -R simgrid /var/lib/gforge/chroot/home/groups/simgrid/htdocs/"
+       ssh scm.gforge.inria.fr "chmod g+rw -R /var/lib/gforge/chroot/home/groups/simgrid/htdocs/"
 
 mail:
         @ver=`dpkg-parsechangelog -lChangeLog | egrep '^Version: ' | sed 's/Version: //'`;\
@@ -87,7 +89,7 @@ splint:
 ##
 
 remote: 
-       @tools/graspe-master
+       @$(top_srcdir)/tools/graspe-master
 
 endif