From owner-freebsd-doc@FreeBSD.ORG Thu May 22 15:38:22 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DE2E37B401 for ; Thu, 22 May 2003 15:38:22 -0700 (PDT) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85B7543F75 for ; Thu, 22 May 2003 15:38:21 -0700 (PDT) (envelope-from des@ofug.org) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 182A4530F; Fri, 23 May 2003 00:38:20 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: doc@freebsd.org From: Dag-Erling Smorgrav Date: Fri, 23 May 2003 00:38:19 +0200 Message-ID: User-Agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: doc build with .OBJDIR X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2003 22:38:22 -0000 Does anyone ever build docs with a separate object directory? It is currently broken due to insufficient testing of bsd.images.mk rev 1.22: ===> articles/console-server make: don't know how to make /usr/obj/home/des/freebsd/doc/en_US.ISO8859-1/articles/console-server//home/des/freebsd/doc/en_US.ISO8859-1/articles/console-server/../../../share/images/articles/console-server/tk0231-9-1.png. Stop *** Error code 2 Stop in /home/des/freebsd/doc/en_US.ISO8859-1/articles. *** Error code 1 Stop in /home/des/freebsd/doc/en_US.ISO8859-1. It looks for images in ${.OBJDIR}/${.CURDIR}/../../../share/images, where they obviously aren't. DES -- Dag-Erling Smorgrav - des@ofug.org