changed web address for submission

This commit is contained in:
Susan Hert 2001-01-24 11:04:03 +00:00
parent c297812950
commit e1ef0d5cac
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
Package:=$(shell basename `cat CVS/Repository`)
TAG_VERSION:=v$(shell echo $(VERSION) | sed -e "s/\./_/g")
CGAL_VERSION:='$(VERSION) ($(shell date '+%e %b %Y'))'
WWW_base=/net/servers/www-sop/prisme/CGAL/DR:/Members
WWW_base=/www/pub/homepage/hert/CGAL/submissions
WWW_dir=$(WWW_base)/$(Package)
TMP_file=/tmp/submit-mail
@ -27,7 +27,7 @@ submit: clean Version $(Package).tar.gz
cp $(Package).tar.gz $(WWW_dir)
echo > $(TMP_file)
echo "submission::" >> $(TMP_file)
echo "http://www-sop.inria.fr/prisme/CGAL/DR:/Members" >> $(TMP_file)
echo "http://www.mpi-sb.mpg.de/~hert/CGAL/submissions" >> $(TMP_file)
echo "/$(Package)/$(Package).tar.gz" >> $(TMP_file)
mail -s autohandle cgal-submit@cs.uu.nl $(USER) < $(TMP_file)
rm -f $(TMP_file)