From a504bc9a3bcd08e57181be8417861178a640d425 Mon Sep 17 00:00:00 2001 From: Reiner Steib Date: Tue, 4 Apr 2006 14:08:14 +0000 Subject: [PATCH] (TAR_BALL_EXTRA, release-make-tar-ball, README): Remove; README is in CVS now. --- ChangeLog | 3 +++ Makefile.in | 9 +-------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9ecb6a2df..8aaa1bc3a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-04-04 Reiner Steib + * 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. diff --git a/Makefile.in b/Makefile.in index d41102b1d..c13ca88a0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 -- 2.25.1