diff --git a/Makefile b/Makefile index 1d5e293..8512dbb 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,6 @@ LOCALDIR=$(shell pwd) LASTONSERVER = $(shell ssh glenux.ath.cx -l warbrain "ls -rt ~/Projet/Archives/$(PRJNAME)* | tail -n 1") #MAILS=warbrain@glenux.ath.cx #MAILS=glenuxian@airpost.net rolland@dptmaths.ens-cachan.fr el_shogun@netcourrier.com rolandgl@ufr-info-p7.jussieu.fr -WGET=wget -P lib/ all: subdir @@ -37,9 +36,7 @@ package: clean createpackage sendtoarchives #mail: clean createpackage sendpackage sendtoarchives createpackage: - mv lib ../lib$(GDATE) tar -cjvf $(PATH_GFILENAME) -C ../ $(PRJNAME) - mv ../lib$(GDATE) lib sendtoarchives: mv $(PATH_GFILENAME) ../Archives