Date: Sun, 10 Feb 2002 14:05:13 -0800 (PST) From: Dima Dorfman <dd@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/mk doc.install.mk Message-ID: <200202102205.g1AM5Dk12832@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <name-of-tree>/doc/ instead of just <name-of-tree>/ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202102205.g1AM5Dk12832>