From owner-cvs-gnu Wed Jan 11 23:18:52 1995 Return-Path: cvs-gnu-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id XAA20928 for cvs-gnu-outgoing; Wed, 11 Jan 1995 23:18:52 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id XAA20922; Wed, 11 Jan 1995 23:18:29 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id SAA31333; Thu, 12 Jan 1995 18:17:45 +1100 Date: Thu, 12 Jan 1995 18:17:45 +1100 From: Bruce Evans Message-Id: <199501120717.SAA31333@godzilla.zeta.org.au> To: CVS-commiters@freefall.cdrom.com, ache@freefall.cdrom.com, cvs-gnu@freefall.cdrom.com Subject: Re: cvs commit: src/gnu/usr.bin Makefile Sender: cvs-gnu-owner@FreeBSD.org Precedence: bulk > Modified: gnu/usr.bin Makefile > Log: > ptx/doc added The top level makefile shouldn't know about what is in subdirectories. I think I know why you did it this way: bsd.info.mk only works in a directory full of .texi[nfo] files, so you had to move the ptx texinfo files to ptx/doc; bsd.subdir.mk only works in a directory full of directories so to use it you would have to move the source files to a subdirectory too; however there is already too much moving and changing the top level makefile is easier. Fixing bsd.info.mk now would save time later. Bruce