From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.devel Subject: Re: NT Emacs make problem.. Date: Fri, 07 Jun 2002 17:07:15 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: References: <9735-Wed05Jun2002210858+0300-eliz@is.elta.co.il> <200206070044.g570igm25650@aztec.santafe.edu> <5567-Fri07Jun2002163738+0300-eliz@is.elta.co.il> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1023462588 28028 127.0.0.1 (7 Jun 2002 15:09:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 7 Jun 2002 15:09:48 +0000 (UTC) Cc: Eli Zaretskii , rms@gnu.org, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17GLN6-0007Hx-00 for ; Fri, 07 Jun 2002 17:09:48 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17GLiW-0005pP-00 for ; Fri, 07 Jun 2002 17:31:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17GLMR-0006dY-00; Fri, 07 Jun 2002 11:09:07 -0400 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net ([217.13.230.178] helo=yxa.extundo.com) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17GLL3-0006YV-00; Fri, 07 Jun 2002 11:07:42 -0400 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.4/8.12.4) with ESMTP id g57F7EXq025343; Fri, 7 Jun 2002 17:07:14 +0200 Original-To: "D. Goel" Mail-Copies-To: nobody In-Reply-To: ("D. Goel"'s message of "07 Jun 2002 10:09:46 -0400") Original-Lines: 50 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2.90 (i686-pc-linux-gnu) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:4635 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:4635 "D. Goel" writes: > here's a little draft for INSTALL-CVS :-) Looks good, except that IMHO commands should be easier to locate visually, not embedded in the text, because people don't like to read text and the only reason for reading the file is to find out the command to run, not to read the text. Suggested change below: > > > ==================================================== > -*-text-*- > Building and Installing Emacs > from the CVS > > Copyright (c) 2001 Free Software Foundation, Inc. > See the end of the file for copying permissions. > > The build-instructions for a release and CVS are slightly different. > > The tarball in an Emacs release usually contains byte-compiled code > for some of the files. However, for the files checked out from CVS, > there are no byte-compiled files. > > To build emacs from a CVS checkout, follow the instructions as you > would for the tarball, except that replace the initial 'make' by 'make bootstrap', e.g.: $ ./configure $ make bootstrap > > > > COPYING PERMISSIONS > > Permission is granted to anyone to make or distribute verbatim copies > of this document as received, in any medium, provided that the > copyright notice and permission notice are preserved, > and that the distributor grants the recipient permission > for further redistribution as permitted by this notice. > > Permission is granted to distribute modified versions > of this document, or of portions of it, > under the above conditions, provided also that they > carry prominent notices stating who last changed them, > and that any new or changed statements about the activities > of the Free Software Foundation are approved by the Foundation