8 lines
105 B
Makefile
8 lines
105 B
Makefile
ifneq ($(wildcard CVS),)
|
|
tag.dist:
|
|
cvs tag $(TAG_VERSION)
|
|
|
|
ftag.dist:
|
|
cvs tag -F $(TAG_VERSION)
|
|
endif
|
|
|