X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a6928ad19369215544612db036d822f6a78dd2a2..8a0163896b60ee56d779f07afb6fa42a87c78940:/Makefile.am diff --git a/Makefile.am b/Makefile.am index ee36e12c2b..1f1fa26316 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,8 +8,7 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc EXTRA_DIST = bootstrap COPYING INSTALL NEWS README README.IEEE TODO AUTHORS ChangeLog \ acmacro/aci.m4 \ tools/gras-check-arch tools/graspe-slave.in \ - tools/MSG_visualization tools/platform_generation \ - tools/doxygen/index_create.pl + tools/MSG_visualization tools/platform_generation SOURCE_FILES = $(shell find . -name "*.[ch]") TAGS: $(SOURCE_FILES) @@ -45,9 +44,9 @@ publish-old: dist make -C public_html publish publish: dist - @echo "----[ Put the tarball @VERSION@ on gcl ]----" - scp @PACKAGE@-@VERSION@.tar.gz gcl.ucsd.edu:/home/www/simgrid/dl/ - scp -r doc/html/* gcl.ucsd.edu:/home/www/simgrid/ + @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 ChangeLog gcl.ucsd.edu:/home/www/simgrid/dl/ChangeLog @echo "----[ Put the tarball @VERSION@ on the local filesystem ]----" @@ -56,6 +55,11 @@ publish: dist cp ChangeLog ~/public_html/simgrid2/ 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/ + mail: @ver=`dpkg-parsechangelog -lChangeLog | egrep '^Version: ' | sed 's/Version: //'`;\ (echo "Hello," ; \ @@ -77,7 +81,7 @@ splint: +matchanyintegral -warnposix +boolint \ +show-summary +stats\ -Iinclude -Isrc/include -Isrc/base -Isrc -.PHONY: splint +.PHONY: splint sync-gforge ## ## Cruft for remote compilation ##