From owner-cvs-share Sat Oct 14 01:16:17 1995 Return-Path: owner-cvs-share Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA29033 for cvs-share-outgoing; Sat, 14 Oct 1995 01:16:17 -0700 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA29020 ; Sat, 14 Oct 1995 01:16:07 -0700 Date: Sat, 14 Oct 1995 01:16:07 -0700 From: Bruce Evans Message-Id: <199510140816.BAA29020@freefall.freebsd.org> To: CVS-commiters, cvs-share Subject: cvs commit: src/share/mk bsd.man.mk Sender: owner-cvs-share@FreeBSD.org Precedence: bulk bde 95/10/14 01:16:05 Modified: share/mk bsd.man.mk Log: Fix the support for MANSRC (it was broken by the compression changes): use .PATH.n to get the dependencies right and to avoid some shell tests. Remove bogus dependency of individual compressed man pages on MANDEPEND. Use for loops to avoid duplicated code. Combine some rm steps in installation of links. Linking still takes too long.