X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5656a19c3369334d8de792391b1a085732b743ee..62e3231a0c0ab2726ef027a3e70f3e3dfe1e81db:/Makefile.am diff --git a/Makefile.am b/Makefile.am index c7fb83ef36..1ce33504af 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,12 +3,20 @@ DISTCLEANFILES = *~ ACLOCAL = aclocal-1.9 -I acmacro AUTOMAKE_OPTIONS = gnu -DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc EXTRA_DIST = bootstrap COPYING INSTALL NEWS README README.IEEE TODO AUTHORS ChangeLog \ acmacro/aci.m4 \ tools/graspe-slave.in \ - tools/MSG_visualization tools/platform_generation + tools/MSG_visualization \ + tools/MSG_visualization/colorize.pl \ + tools/platform_generation \ + tools/platform_generation/WAN_3.tiers \ + tools/platform_generation/tiers_simgrid.pl \ + tools/platform_generation/AlvinMisc.pm \ + tools/platform_generation/graph_tbx.pm \ + tools/platform_generation/graph_viz.pm \ + tools/platform_generation/tiers.pm \ + tools/platform_generation/msgplatform2surfxml.pl \ SOURCE_FILES = $(shell find . -name "*.[ch]") TAGS: $(SOURCE_FILES) @@ -56,11 +64,13 @@ 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/ + 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_modules.png doc/simgrid_logo.png doc/simgrid_logo_small.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/" - ssh scm.gforge.inria.fr "chmod g+rw -R /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/* || true" mail: @ver=`dpkg-parsechangelog -lChangeLog | egrep '^Version: ' | sed 's/Version: //'`;\