Fix tag rule.

This commit is contained in:
Diomidis Spinellis 2005-11-15 16:17:35 +00:00
parent 7a0a840f60
commit eda1057e16
1 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
#
VERSION=4.1
TAGVERSION=$(shell echo $(VERSION) | sed 's/\./_/g')
TARBALL=UMLGraph-$(VERSION).tar.gz
ZIPBALL=UMLGraph-$(VERSION).zip
DISTDIR=UMLGraph-$(VERSION)
@ -71,4 +72,4 @@ CHECKSUM.MD5: $(TARBALL)
md5 UMLGraph-2.10.* UMLGraph-$(VERSION).* UmlGraph.jar >CHECKSUM.MD5
tag:
rcs -nV$(VERSION):
rcs -nV$(TAGVERSION): $(ALLTAG)