From: kaoru Date: Fri, 15 Dec 2000 13:14:49 +0000 (+0000) Subject: * Makefile (tar): Use `cvs tag -R' instead of `cvs tag -RF'. X-Git-Tag: semi-1_14_0~7 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=bc3f39444feb4e42f23624715eef2dccd790315c;p=elisp%2Fsemi.git * Makefile (tar): Use `cvs tag -R' instead of `cvs tag -RF'. --- diff --git a/ChangeLog b/ChangeLog index 152b114..69f5665 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-12-15 TAKAHASHI Kaoru + + * Makefile (tar): Use `cvs tag -R' instead of `cvs tag -RF'. + 2000-12-15 MORIOKA Tomohiko * smime.el (smime-process-region): Don't use `as-binary-process'. diff --git a/Makefile b/Makefile index 758331f..cbd87fd 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ clean: tar: cvs commit - sh -c 'cvs tag -RF $(PACKAGE)-`echo $(VERSION) | tr . _`; \ + sh -c 'cvs tag -R $(PACKAGE)-`echo $(VERSION) | tr . _`; \ cd /tmp; \ cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root \ export -d $(PACKAGE)-$(VERSION) \