From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: INSTALL-CVS Date: Sun, 01 Jun 2003 18:24:51 +0300 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <6480-Sun01Jun2003182451+0300-eliz@elta.co.il> References: <16086.31800.692970.193443@nick.uklinux.net> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1054481239 30251 80.91.224.249 (1 Jun 2003 15:27:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 1 Jun 2003 15:27:19 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Jun 01 17:27:18 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 19MUju-0007rn-00 for ; Sun, 01 Jun 2003 17:27:18 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19MV05-0003PE-00 for ; Sun, 01 Jun 2003 17:44:01 +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 19MUhy-00024o-L6 for emacs-devel@quimby.gnus.org; Sun, 01 Jun 2003 11:25:18 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19MUhH-0001cF-Kg for emacs-devel@gnu.org; Sun, 01 Jun 2003 11:24:35 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19MUh4-0000xA-V4 for emacs-devel@gnu.org; Sun, 01 Jun 2003 11:24:24 -0400 Original-Received: from balder.inter.net.il ([192.114.186.15]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19MUh2-0000al-D7 for emacs-devel@gnu.org; Sun, 01 Jun 2003 11:24:20 -0400 Original-Received: from zaretsky (tony08-233-35.inter.net.il [80.230.233.35] (may be forged)) by balder.inter.net.il (Mirapoint Messaging Server MOS 3.3.3-GR) with ESMTP id CKI62212; Sun, 1 Jun 2003 18:24:00 +0300 (IDT) Original-To: nick@nick.uklinux.net X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <16086.31800.692970.193443@nick.uklinux.net> (message from Nick Roberts on Thu, 29 May 2003 22:31:36 +0100) 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:14552 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14552 > From: Nick Roberts > Date: Thu, 29 May 2003 22:31:36 +0100 > > > 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 ??? Are you saying that on your machine, if you type "make" in the top-level directory, it doesn't recurse into the `man' subdirectory automatically?