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: Re: INSTALL-CVS Date: Sun, 1 Jun 2003 21:51:40 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <16090.26460.514633.853505@nick.uklinux.net> References: <16086.31800.692970.193443@nick.uklinux.net> <6480-Sun01Jun2003182451+0300-eliz@elta.co.il> 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 1054502083 9876 80.91.224.249 (1 Jun 2003 21:14:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 1 Jun 2003 21:14:43 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Jun 01 23:14:41 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 19MaA5-0002Z2-00 for ; Sun, 01 Jun 2003 23:14:41 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19MaQN-0006sM-00 for ; Sun, 01 Jun 2003 23:31:31 +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 19MaAD-0008BC-W4 for emacs-devel@quimby.gnus.org; Sun, 01 Jun 2003 17:14:50 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19Ma9l-0007h6-OS for emacs-devel@gnu.org; Sun, 01 Jun 2003 17:14:21 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19Ma9S-0006wf-LH for emacs-devel@gnu.org; Sun, 01 Jun 2003 17:14:04 -0400 Original-Received: from bts-0006.dialup.zetnet.co.uk ([194.247.48.6] helo=nick.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Ma9L-0006Mt-Q5 for emacs-devel@gnu.org; Sun, 01 Jun 2003 17:13:56 -0400 Original-Received: by nick.uklinux.net (Postfix, from userid 501) id 7C46E75FDD; Sun, 1 Jun 2003 21:51:41 +0100 (BST) Original-To: Eli Zaretskii In-Reply-To: <6480-Sun01Jun2003182451+0300-eliz@elta.co.il> 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:14577 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14577 > ??? 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? Yes, I think thats right. My Makefile has these two lines all: ${SUBDIR} leim SUBDIR = lib-src src So only these three directories in the top-level are visited. Nick