*** empty log message ***

This commit is contained in:
glenux 2004-02-19 22:17:58 +00:00
parent 60e8b7a864
commit 0912a92668

View file

@ -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