From owner-cvs-all Mon Apr 23 6:27:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4FC5837B422; Mon, 23 Apr 2001 06:27:36 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3NDRa701366; Mon, 23 Apr 2001 06:27:36 -0700 (PDT) (envelope-from ru) Message-Id: <200104231327.f3NDRa701366@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 23 Apr 2001 06:27:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/groff/tmac Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/04/23 06:27:36 PDT Modified files: gnu/usr.bin/groff/tmac Makefile Log: If the world was built using either -DNOCLEAN or -DNOCLEANDIR, it was possible to use old generated doc-* files as the source for new ones. Wrong -mdoc files would then be installed, and man(1) failed with the following diagnostics: mdoc error: end-macro (.em) respecification is not allowed. (#41) Should this have been `.Em ...'? Put helper stuff into `beforedepend' to cleanup old files. Makefile first infected in rev 1.15. Reported via: -current Revision Changes Path 1.30 +5 -1 src/gnu/usr.bin/groff/tmac/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message