X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/64bc2b4c4d977aaf22cc5d043f509218f3c57a2e..e04390ba0f56cd9e99253f4756c65739ca0a303e:/Makefile.am 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," ; \