(TAR_BALL_EXTRA, release-make-tar-ball, README):
authorReiner Steib <Reiner.Steib@gmx.de>
Tue, 4 Apr 2006 14:08:14 +0000 (14:08 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Tue, 4 Apr 2006 14:08:14 +0000 (14:08 +0000)
Remove; README is in CVS now.

ChangeLog
Makefile.in

index 9ecb6a2..8aaa1bc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
 
+       * Makefile.in (TAR_BALL_EXTRA, release-make-tar-ball, README):
+       Remove; README is in CVS now.
+
        * etc/images/README: Add more Emacs 22 icons.  Add suggestion on
        how to use those in Emacs 21.
 
index d41102b..c13ca88 100644 (file)
@@ -9,8 +9,6 @@ XEMACS = @EMACS@
 
 # # # # # # # # # # Release variables (for maintainer only):
 #
-# Release files, not included in CVS:
-TAR_BALL_EXTRA = README
 # Files removed from `cvs export' output before creating the tar-ball:
 CVS_IGNORE_FILES = .cvsignore contrib/.cvsignore etc/.cvsignore        \
   lisp/.cvsignore texi/.cvsignore texi/ps/.cvsignore .arch-inventory
@@ -177,17 +175,12 @@ release-cvs-export gnus-$(TAG):   release-check-settings
        rm -fr gnus-$(TAG)
        cvs export -d gnus-$(TAG) -r $(TAG) gnus
 
-release-make-tar-ball: gnus-$(TAG) $(TAR_BALL_EXTRA)
+release-make-tar-ball: gnus-$(TAG)
        [ -d gnus-$(TAG) ] && cd gnus-$(TAG) && \
          rm $(CVS_IGNORE_FILES) || true
-       cp -p $(TAR_BALL_EXTRA) gnus-$(TAG)/
        tar zcvf gnus-$(TAG).tar.gz gnus-$(TAG)
        ls -l gnus-$(TAG).tar.gz
 
-README:
-       @echo README is not in CVS.  Get it from Lars.
-       false
-
 # Make a diff between current and previous release.  Example:
 # ftp://quimby.gnus.org/pub/gnus/ding-patches/gnus-5.10.5-5.10.6.diff.gz
 release-diff:  release-check-settings