mirror of https://github.com/CGAL/cgal
- Cleanup.
This commit is contained in:
parent
0861b47cbb
commit
96b802d9db
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue