From owner-cvs-share Mon Sep 16 07:14:03 1996 Return-Path: owner-cvs-share Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA05944 for cvs-share-outgoing; Mon, 16 Sep 1996 07:14:03 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA05921; Mon, 16 Sep 1996 07:13:43 -0700 (PDT) Date: Mon, 16 Sep 1996 07:13:43 -0700 (PDT) From: Peter Wemm Message-Id: <199609161413.HAA05921@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-share Subject: cvs commit: src/share/mk bsd.man.mk Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/09/16 07:13:42 Modified: share/mk bsd.man.mk Log: Workaround to (hopefully) fix the NOMANCOMPRESS case of the MANFILTER-using man pages (eg: named/bind/etc). In order to get (say) dig.1 to pass through the filter and produce a new dig.1 for installing, I used an intermediate file at build time, similar to the way the .gz man pages are built. I've not extensively tested this, but it seems to work for the known cases where it was failing, and it only affects the NOMANCOMPRESS case which was already broken. Pointed out by: "Ph. Charnier" , PR#1612 Revision Changes Path 1.16 +18 -3 src/share/mk/bsd.man.mk