X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9966467dbf69806d43dfd5c3f73d6cf698e89278..d177472fea36c2a8f780637477591025663d30a4:/Makefile.am diff --git a/Makefile.am b/Makefile.am index b7d16fe620..b054fefd31 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,19 @@ +# Copyright (c) 2004-2007. The SimGrid team. All right reserved. + +# This file is part of the SimGrid project. This is free software: +# You can redistribute and/or modify it under the terms of the +# GNU LGPL (v2.1) licence. + + # GRAMINE_CUT_BEGIN -SG_SUBDIRS= testsuite examples doc +SG_SUBDIRS= testsuite teshsuite examples doc SG_EXTRA_DIST = bootstrap COPYING INSTALL NEWS README README.IEEE TODO AUTHORS ChangeLog \ acmacro/aci.m4 \ tools/graspe-slave.in \ tools/MSG_visualization \ - tools/MSG_visualization/colorize.pl + tools/MSG_visualization/colorize.pl \ + checkall # GRAMINE_CUT_END SUBDIRS= include src tools $(SG_SUBDIRS) @@ -72,14 +80,16 @@ publish: dist $(MAKE) -C ~/public_html sync-gforge: + chmod g+rw -R doc/ + chmod a+rX -R doc/ 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 doc/webcruft/robots.txt scm.gforge.inria.fr:/var/lib/gforge/chroot/home/groups/simgrid/htdocs/ - scp doc/webcruft/simgrid_modules2.png doc/webcruft/simgrid_modules.png doc/webcruft/simgrid_logo.png doc/webcruft/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/* || true" - ssh scm.gforge.inria.fr "chmod a+rX -R /var/lib/gforge/chroot/home/groups/simgrid/htdocs/* || true" + doc/html/ scm.gforge.inria.fr:/home/groups/simgrid/htdocs/doc/ || true + scp doc/index.php doc/webcruft/robots.txt scm.gforge.inria.fr:/home/groups/simgrid/htdocs/ + scp doc/simgrid_modules2.png doc/simgrid_modules.png doc/webcruft/simgrid_logo.png doc/webcruft/simgrid_logo_small.png scm.gforge.inria.fr:/home/groups/simgrid/htdocs/ +# ssh scm.gforge.inria.fr "chgrp -R simgrid /home/groups/simgrid/htdocs/" +# ssh scm.gforge.inria.fr "chmod g+rw -R /home/groups/simgrid/htdocs/* || true" +# ssh scm.gforge.inria.fr "chmod a+rX -R /home/groups/simgrid/htdocs/* || true" mail: @ver=`dpkg-parsechangelog -lChangeLog | egrep '^Version: ' | sed 's/Version: //'`;\