[Nice-commit] Nice/distrib Makefile,1.18,1.19
Brought to you by:
bonniot
|
From: Daniel B. <bo...@us...> - 2005-06-07 10:10:49
|
Update of /cvsroot/nice/Nice/distrib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29557/distrib Modified Files: Makefile Log Message: Renamed source.tar.gz into source.tgz Index: Makefile =================================================================== RCS file: /cvsroot/nice/Nice/distrib/Makefile,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** Makefile 6 Jun 2005 16:29:51 -0000 1.18 --- Makefile 7 Jun 2005 10:10:39 -0000 1.19 *************** *** 15,19 **** BUILTSOURCEFILE = nice_$(VERSION).orig.tar.gz TARFILE = Nice-${VERSION}-unix.tar.gz ! SOURCEFILE = Nice-${VERSION}-source.tar.gz ZIPFILE = Nice-${VERSION}-windows.zip --- 15,19 ---- BUILTSOURCEFILE = nice_$(VERSION).orig.tar.gz TARFILE = Nice-${VERSION}-unix.tar.gz ! SOURCEFILE = Nice-${VERSION}-source.tgz ZIPFILE = Nice-${VERSION}-windows.zip *************** *** 101,110 **** )\ | ftp -n upload.sourceforge.net ! echo -e "Redirect /Wiki http://nice.sourceforge.net/cgi-bin/twiki/view" \ ! "\nRedirect /Nice.tar $(DOWNLOADROOT)/${TARFILE}" \ ! "\nRedirect /Nice-source.tar.gz $(DOWNLOADROOT)/${SOURCEFILE}" \ ! "\nRedirect /Nice.zip $(DOWNLOADROOT)/${ZIPFILE}" \ ! "\nRedirect /nice.deb $(DOWNLOADROOT)/${DEB}" \ ! "\nRedirect /nice.rpm $(DOWNLOADROOT)/${RPMFILE}" \ ! > ../web/.htaccess --- 101,113 ---- )\ | ftp -n upload.sourceforge.net ! ! htaccess: ! echo -e "DirectoryIndex index.php index.html\n"\ ! "Redirect /Wiki http://nice.sourceforge.net/cgi-bin/twiki/view\n"\ ! "Redirect /Nice.tar $(DOWNLOADROOT)/${TARFILE}\n"\ ! "Redirect /Nice-source.tar.gz $(DOWNLOADROOT)/${SOURCEFILE}\n"\ ! "Redirect /Nice.zip $(DOWNLOADROOT)/${ZIPFILE}\n"\ ! "Redirect /nice.deb $(DOWNLOADROOT)/${DEB}\n"\ ! "Redirect /nice.rpm $(DOWNLOADROOT)/${RPMFILE}"\ ! > ../web/.htaccess |