diff --git a/Makefile.in b/Makefile.in index 8b4d850a2..4186a4803 100644 --- a/Makefile.in +++ b/Makefile.in @@ -121,4 +121,13 @@ dist: snap gzip -9 $(PACKAGE_NAME)-$(VERSION).tar rm -rf $(PACKAGE_NAME)-$(VERSION) +snapshot-rtag: + cvs rtag snapshot-`date +%y%m%d` $(PACKAGE_NAME) + +dist-rtag: + cvs rtag release-`echo $(VERSION) | tr . -` $(PACKAGE_NAME) + +rdiff: + cvs rdiff -u -r $(OLD) $(PACKAGE_NAME) + FORCE: