From owner-cvs-all Sun Feb 10 14: 5:23 2002 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 CEBBA37B400; Sun, 10 Feb 2002 14:05:13 -0800 (PST) Received: (from dd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1AM5Dk12832; Sun, 10 Feb 2002 14:05:13 -0800 (PST) (envelope-from dd) Message-Id: <200202102205.g1AM5Dk12832@freefall.freebsd.org> From: Dima Dorfman Date: Sun, 10 Feb 2002 14:05:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/mk doc.install.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2002/02/10 14:05:13 PST Modified files: share/mk doc.install.mk Log: To determine LANGCODE, we look for a directory named "doc" below CURDIR. This causes problems when one wants to have multiple doc/ trees checked out at once because it requires every tree to be in a directory called "doc"; i.e., one must have /doc/ instead of just / like one can do with src/. Mitigate the pain by making it possible to tell the build infrastructure what the doc prefix is called; this still isn't perfect since it requires Revision Changes Path 1.7 +3 -1 doc/share/mk/doc.install.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message