X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/916ecdd145136e27f011311261ced4d8befdd0dd..06499b3cdbabe67956c0367ceaf0b838ebe54ac2:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 5a44953a16..7f9d10e39a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 @@ -47,7 +47,7 @@ publish: dist @echo "----[ Put the tarball @VERSION@ on gforge ]----" # scp @PACKAGE@-@VERSION@.tar.gz gcl.ucsd.edu:/home/www/simgrid/dl/ # scp -r doc/html/* gcl.ucsd.edu:/home/www/simgrid/ - scp -r doc/html/* scm.gforge.inria.fr:/var/lib/gforge/chroot/home/groups/simgrid/htdocs/ +# scp -r doc/html/* scm.gforge.inria.fr:/var/lib/gforge/chroot/home/groups/simgrid/htdocs/ scp ChangeLog gcl.ucsd.edu:/home/www/simgrid/dl/ChangeLog @echo "----[ Put the tarball @VERSION@ on the local filesystem ]----" cp @PACKAGE@-@VERSION@.tar.gz ~/public_html/simgrid2 @@ -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: //'`;\ @@ -69,12 +71,12 @@ mail: dpkg-parsechangelog -lChangeLog ;\ echo;echo; \ echo "It is available from the official website:";\ - echo " http://grail.sdsc.edu/simgrid/";\ + echo " http://simgrid.gforge.inria.fr";\ echo;echo "Cheers, the SimGrid team.") | \ mail -e \ -a "From: Arnaud.Legrand@imag.fr" \ - -s "New version of GRAS ($$ver)" \ - simgrid-devel@lists.gforge.inria.fr + -s "New version of SimGrid ($$ver)" \ + simgrid-user@lists.gforge.inria.fr splint: splint `make dist-files | grep -v $(PWD) | egrep '\.[ch]$$' |sort -u` \ @@ -87,7 +89,7 @@ splint: ## remote: - @tools/graspe-master + @$(top_srcdir)/tools/graspe-master endif