From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: INSTALL-CVS Date: Thu, 29 May 2003 22:31:36 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <16086.31800.692970.193443@nick.uklinux.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1054244843 5922 80.91.224.249 (29 May 2003 21:47:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 29 May 2003 21:47:23 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu May 29 23:47:21 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19LVF3-0001XH-00 for ; Thu, 29 May 2003 23:47:21 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19LVTt-0002bc-00 for ; Fri, 30 May 2003 00:02:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19LVG4-0003pu-LQ for emacs-devel@quimby.gnus.org; Thu, 29 May 2003 17:48:24 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19LVFA-0001ou-KC for emacs-devel@gnu.org; Thu, 29 May 2003 17:47:28 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19LVF8-0001mF-L3 for emacs-devel@gnu.org; Thu, 29 May 2003 17:47:27 -0400 Original-Received: from bts-0414.dialup.zetnet.co.uk ([194.247.49.158] helo=nick.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.20) id 19LVEa-0000k7-8X for emacs-devel@gnu.org; Thu, 29 May 2003 17:46:52 -0400 Original-Received: by nick.uklinux.net (Postfix, from userid 501) id 21E4975FDD; Thu, 29 May 2003 22:31:37 +0100 (BST) Original-To: emacs-devel@gnu.org X-Mailer: VM 6.97 under Emacs 21.2.1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:14429 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14429 In the file, INSTALL-CVS, it says: > Normally, it is not necessary to use "make bootstrap" after every CVS > update. Unless there are problems, we suggest the following > procedure: > > $ ./configure > $ make > $ cd lisp > $ make recompile EMACS=../src/emacs > $ cd .. > $ make The user presumably also wants up-to-date documentation so shouldn't it also have?: $ cd man $ make info Would it be a good idea to have one target to do all these things, `make cvs', say? Nick