* Makefile (tar): Use `cvs tag -R' instead of `cvs tag -RF'.
authorkaoru <kaoru>
Fri, 15 Dec 2000 13:12:47 +0000 (13:12 +0000)
committerkaoru <kaoru>
Fri, 15 Dec 2000 13:12:47 +0000 (13:12 +0000)
ChangeLog
Makefile

index b94cbab..60d024a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * Makefile (tar): Use `cvs tag -R' instead of `cvs tag -RF'.
+
 2000-12-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
        * mime-def.el (char-int): New alias.
index 4c1e8b4..dbb5be5 100644 (file)
--- 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) \