- Cleanup.

This commit is contained in:
Sylvain Pion 2001-02-21 15:16:17 +00:00
parent 0861b47cbb
commit 96b802d9db
1 changed files with 1 additions and 20 deletions

View File

@ -1,23 +1,4 @@
# Makefile for a CGAL package.
.PHONY: submit specific
TAG_VERSION:=v$(shell echo $(VERSION) | sed -e "s/\./_/g")
CGAL_VERSION:='$(VERSION) ($(shell date '+%e %b %Y'))'
# Re-generate the filtered predicates for Filtered_Exact<>.
all:
@echo "-----------------------------------"
@echo "---- edit changes.txt ----"
@echo -n "---- the current version file contains : "
@cat version
@echo "---- make VERSION=X.XX submit ----"
@echo "-----------------------------------"
submit: specific
echo $(CGAL_VERSION) > version
cvs commit -m "Bump for $(CGAL_VERSION)" version
cvs tag -c $(TAG_VERSION)
cvs tag -F -c current_submission
specific:
$(MAKE) -C include/CGAL/Arithmetic_filter