From: kaoru Date: Fri, 15 Dec 2000 13:12:47 +0000 (+0000) Subject: * Makefile (tar): Use `cvs tag -R' instead of `cvs tag -RF'. X-Git-Tag: flim-1_14_0~35 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a9322d63a6ff572444ebe99a6e91e576bcb88136;p=elisp%2Fflim.git * Makefile (tar): Use `cvs tag -R' instead of `cvs tag -RF'. --- diff --git a/ChangeLog b/ChangeLog index b94cbab..60d024a 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 * mime-def.el (char-int): New alias. diff --git a/Makefile b/Makefile index 4c1e8b4..dbb5be5 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,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) \