Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Sep 2005 13:46:41 +0400
From:      Yar Tikhiy <yar@comp.chem.msu.su>
To:        freebsd-doc@freebsd.org
Subject:   Why such a default for IMAGES_LIB_DIR?
Message-ID:  <20050912094641.GB43737@comp.chem.msu.su>

next in thread | raw e-mail | index | archive | help
Hi there,

I found that building documents outside the doc tree requires
setting, besides DOC_PREFIX and LANGCODE, IMAGES_LIB_DIR in case
the documents use, say, callout images.  This is because the default
for IMAGES_LIB_DIR is as follows in doc.images.mk:

    IMAGES_LIB_DIR?=        ${.CURDIR}/../../../share/images

Is there a reason for the default not to be ${DOC_PREFIX}/share/images
instead?  Are there any alternative doc sub-trees, like src/release, that
use their own images instead of those from the main doc tree, and so they
benefit from the current default?  Excuse me for the probably lame
questions...  Thanks.

-- 
Yar



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050912094641.GB43737>