From owner-freebsd-doc@FreeBSD.ORG Wed Feb 9 22:09:48 2005 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 CD22216A4CE for ; Wed, 9 Feb 2005 22:09:48 +0000 (GMT) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9807643D2F for ; Wed, 9 Feb 2005 22:09:43 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (localhost [127.0.0.1])j19MAO3T027737; Thu, 10 Feb 2005 00:10:24 +0200 Received: (from keramida@localhost) by igloo.linux.gr (8.13.2/8.13.2/Submit) id j19MANIV027734; Thu, 10 Feb 2005 00:10:23 +0200 X-Authentication-Warning: igloo.linux.gr: keramida set sender to keramida@ceid.upatras.gr using -f Date: Thu, 10 Feb 2005 00:10:23 +0200 From: Giorgos Keramidas To: Kent Stewart Message-ID: <20050209221023.GA27538@igloo.linux.gr> References: <420A0D63.1000309@gmail.com> <200502091048.38397.kstewart@owt.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200502091048.38397.kstewart@owt.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-5.899, required 5, autolearn=not spam, ALL_TRUSTED -3.30, BAYES_00 -2.60) X-MailScanner-From: keramida@ceid.upatras.gr cc: freebsd-doc@freebsd.org Subject: Re: In the handbook the images are missing 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: Wed, 09 Feb 2005 22:09:48 -0000 On 2005-02-09 10:48, Kent Stewart wrote: >On Wednesday 09 February 2005 05:17 am, jacula wrote: >> Hi at all. >> >> Well the problem: >> When I open the >> >> file:///usr/doc/en_US.ISO8859-1/books/handbook/using-sysinstall.html >> >> the images are missing. >> >> The images'links are to the directory: >> >> /usr/doc/en_US.ISO8859-1/books/handbook/install/ >> >> but here there aren't any png files. >> >> Why? > > The installs all go into /usr/share/doc. I don't know why the images > aren't viewable in /usr/doc but if you want to view the handbook, > you should be using it from /usr/share. The stuff under /usr/doc is a temporary, build-time copy of the files. Some of the images, i.e. the ones that can be shared among all the languages of the documentation tree, are in a common area under /usr/doc/share so they may not be "there" when you try to view the output of a build directly under the /usr/doc tree. Installing in a temporary area should fix this: # cd /usr/doc/en_US.ISO8859-1 # make DOCDIR=/tmp/doc install Cheers, Giorgos