[Toxine-cvs] CVS: toxine Makefile.am,1.4,1.5
Brought to you by:
f1rmb
From: Daniel Caujolle-B. <f1...@us...> - 2002-06-24 21:57:34
|
Update of /cvsroot/toxine/toxine In directory usw-pr-cvs1:/tmp/cvs-serv16036 Modified Files: Makefile.am Log Message: quit lftp after upload. Index: Makefile.am =================================================================== RCS file: /cvsroot/toxine/toxine/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- Makefile.am 24 Jun 2002 21:47:34 -0000 1.4 +++ Makefile.am 24 Jun 2002 21:57:30 -0000 1.5 @@ -45,7 +45,7 @@ upload: - lftp -u anonymous upload.sourceforge.net -e "cd incoming; mput $(distdir).tar.gz" + lftp -u anonymous upload.sourceforge.net -e "cd incoming; mput $(distdir).tar.gz; quit" mostlyclean-generic: |