7 lines
97 B
Makefile
7 lines
97 B
Makefile
|
|
ifeq ($(VCS),cvs)
|
||
|
|
tag.dist:
|
||
|
|
cvs tag $(TAG_VERSION)
|
||
|
|
|
||
|
|
ftag.dist:
|
||
|
|
cvs tag -F $(TAG_VERSION)
|
||
|
|
endif
|