jw-pkg/make/tag-rules.mk
2013-07-11 13:13:42 +00:00

8 lines
105 B
Makefile

ifneq ($(wildcard CVS),)
tag.dist:
cvs tag $(TAG_VERSION)
ftag.dist:
cvs tag -F $(TAG_VERSION)
endif