- spaces -> tabs.

This commit is contained in:
Sylvain Pion 2001-01-12 13:39:35 +00:00
parent 6dde0457e8
commit fcce2f8e7f
1 changed files with 20 additions and 20 deletions

View File

@ -10,30 +10,30 @@ WWW_dir=$(WWW_base)/$(Package)
TMP_file=/tmp/submit-mail TMP_file=/tmp/submit-mail
all: all:
@echo "-----------------------------------" @echo "-----------------------------------"
@echo "---- edit changes.txt ----" @echo "---- edit changes.txt ----"
@echo -n "---- the current version file contains : " @echo -n "---- the current version file contains : "
@cat version @cat version
@echo "---- make VERSION=X.XX submit ----" @echo "---- make VERSION=X.XX submit ----"
@echo "-----------------------------------" @echo "-----------------------------------"
Version: Version:
echo $(CGAL_VERSION) > version echo $(CGAL_VERSION) > version
cvs commit -m "Bump for $(CGAL_VERSION)" version cvs commit -m "Bump for $(CGAL_VERSION)" version
cvs tag -c $(TAG_VERSION) cvs tag -c $(TAG_VERSION)
cvs tag -F -c current_submission cvs tag -F -c current_submission
submit: specific clean Version $(Package).tar.gz submit: specific clean Version $(Package).tar.gz
cp $(Package).tar.gz doc_ps/$(Package).ps version description.txt \ cp $(Package).tar.gz doc_ps/$(Package).ps version description.txt \
changes.txt $(WWW_dir) changes.txt $(WWW_dir)
rm -f $(WWW_dir)/$(Package).ps.gz rm -f $(WWW_dir)/$(Package).ps.gz
gzip -9 $(WWW_dir)/$(Package).ps gzip -9 $(WWW_dir)/$(Package).ps
echo > $(TMP_file) echo > $(TMP_file)
echo "submission::" >> $(TMP_file) echo "submission::" >> $(TMP_file)
echo "http://www-sop.inria.fr/prisme/CGAL/DR:/Members" >> $(TMP_file) echo "http://www-sop.inria.fr/prisme/CGAL/DR:/Members" >> $(TMP_file)
echo "/$(Package)/$(Package).tar.gz" >> $(TMP_file) echo "/$(Package)/$(Package).tar.gz" >> $(TMP_file)
mail -s autohandle cgal-submit@cs.uu.nl $(USER) < $(TMP_file) mail -s autohandle cgal-submit@cs.uu.nl $(USER) < $(TMP_file)
rm -f $(TMP_file) rm -f $(TMP_file)
$(Package).tar.gz: $(Package).tar.gz:
tar -zcvf $(Package).tar.gz \ tar -zcvf $(Package).tar.gz \