X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/84db49c87e5e3dabc343c18f0aec5139c7dfd1b6..bff077b4621c68455a86e60292cb0bf872a879d5:/Makefile.am diff --git a/Makefile.am b/Makefile.am index c961895c2e..3e3d04c758 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,12 @@ +# 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 \ @@ -59,16 +66,6 @@ debian: dist $(MAKE) -C ~/CVSIMPORT/pkg-grid/gras deb check dput local *.changes -publish-old: dist - @echo "----[ Put the documentation on the local filesystem ]----" - rm -rf ~/public_html/gras/doc - mkdir ~/public_html/gras/doc - cp -r doc/html ~/public_html/gras/doc - @echo "----[ Put the tarball @VERSION@ on the local filesystem ]----" - cp @PACKAGE@-@VERSION@.tar.gz ~/public_html/gras/dl - @echo "----[ Sync remote host ]----" - $(MAKE) -C public_html publish - publish: dist @echo "----[ Put the tarball @VERSION@ on gforge ]----" # scp @PACKAGE@-@VERSION@.tar.gz gcl.ucsd.edu:/home/www/simgrid/dl/