mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 20:13:32 +01:00
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
|
|
|