Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Typo.
[simgrid.git] / Makefile.am
index 37df763..d57547e 100644 (file)
@@ -26,7 +26,8 @@ release: distcheck remote debian publish
 
 debian: dist
        make -C ~/CVSIMPORT/pkg-grid/gras maintainerclean
-       cp @PACKAGE@-@VERSION@.tar.gz ~/CVSIMPORT/pkg-grid/gras
+       cp @PACKAGE@-@VERSION@.tar.gz ~/CVSIMPORT/pkg-grid/gras/
+       cp @PACKAGE@-@VERSION@.tar.gz ~/CVSIMPORT/pkg-grid/gras/@PACKAGE@_@VERSION@.orig.tar.gz
        make -C ~/CVSIMPORT/pkg-grid/gras deb check
        dput local *.changes
 
@@ -93,7 +94,7 @@ remote: @PACKAGE@-@VERSION@.tar.gz tools/compile-remote-worker
           machine2=`echo $$site |sed 's/^\([^%]*\)%\(.*\)$$/\2/'`;\
           cmd="\"sh -c 'env REMOTE_PREFIX=$(REMOTE_PREFIX) $(REMOTE_PREFIX)/src/compile-remote-worker $(ACTION) 2>&1'\"";\
           if echo $$site | grep  '%' >/dev/null ; then \
-            echo "----[ Compile on $$machine2 (behide $$machine) ]----";\
+            echo "----[ Compile on $$machine2 (behind $$machine) ]----";\
           else \
             machine=$$site;\
             echo "----[ Compile on $$machine ]----";\