From: alegrand Date: Tue, 1 Feb 2005 05:52:32 +0000 (+0000) Subject: Ease my job for now. X-Git-Tag: v3.3~4513 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/862c6709aaad43ce54184b77580aff18c367b14c Ease my job for now. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@837 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/Makefile.am b/Makefile.am index e7f4a9b373..3689553401 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,7 +33,7 @@ debian: dist make -C ~/CVSIMPORT/pkg-grid/gras deb check dput local *.changes -publish: dist +publish-old: dist @echo "----[ Put the documentation on the local filesystem ]----" rm -rf ~/public_html/gras/doc mkdir ~/public_html/gras/doc @@ -43,6 +43,17 @@ publish: dist @echo "----[ Sync remote host ]----" 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/ +# 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 + cp -r doc/html ~/public_html/simgrid2/doc/ +# cp ChangeLog ~/public_html/simgrid2/ + make -C ~/public_html + mail: @ver=`dpkg-parsechangelog -lChangeLog.debian| egrep '^Version: ' | sed 's/Version: //'`;\ (echo "Hello," ; \