From owner-cvs-all Mon May 15 7:41:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F0D537B65A; Mon, 15 May 2000 07:41:29 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA24009; Mon, 15 May 2000 07:41:29 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <200005151441.HAA24009@freefall.freebsd.org> From: Bruce Evans Date: Mon, 15 May 2000 07:41:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/groff/grog Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bde 2000/05/15 07:41:28 PDT Modified files: gnu/usr.bin/groff/grog Makefile Log: Don't forget to clean "grog". Don't use MANDEPEND. It hasn't had anything to do with dependencies for 5-6 years, but is still being used, mainly in groff/*/Makefile, where it amounts to just a macro giving the list of generated man pages. Since all man pages in groff are generated (from .man to .[1-9]), it's simpler to use the source names ({$MANX}) to give the list. Fixed some other style bugs. Revision Changes Path 1.2 +4 -8 src/gnu/usr.bin/groff/grog/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message