From owner-freebsd-commit Sat Oct 21 11:18:54 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA08718 for freebsd-commit-outgoing; Sat, 21 Oct 1995 11:18:54 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA08706 for cvs-all-outgoing; Sat, 21 Oct 1995 11:18:51 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA08696 for cvs-share-outgoing; Sat, 21 Oct 1995 11:18:50 -0700 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA08687 ; Sat, 21 Oct 1995 11:18:48 -0700 Date: Sat, 21 Oct 1995 11:18:48 -0700 From: Bruce Evans Message-Id: <199510211818.LAA08687@freefall.freebsd.org> To: CVS-commiters, cvs-share Subject: cvs commit: src/share/mk bsd.man.mk Sender: owner-commit@FreeBSD.org Precedence: bulk bde 95/10/21 11:18:47 Modified: share/mk bsd.man.mk Log: Fix maninstall target for the NOMANCOMPRESS case. The previous revision failed when there was an obj directory. Use .PATH.n for installing too so that make can find the source files. This allows the source files to be in several directories (the old method using cd only works well for a single directory). The dependencies are on the source files even for the compressed case, although it would be more flexible to depend on the files being installed, so that `make install' doesn't attempt to build things Force COPY to -c for the NOMANCOMPRESS case. Then the files to be installed are always sources, so they must not be moved.