From owner-freebsd-doc Tue Jul 18 7:39:27 2000 Delivered-To: freebsd-doc@freebsd.org Received: from mail.ruhr.de (in-ruhr2.ruhr.de [141.39.224.60]) by hub.freebsd.org (Postfix) with SMTP id B52F937BE59 for ; Tue, 18 Jul 2000 07:39:23 -0700 (PDT) (envelope-from ue@nathan.ruhr.de) Received: (qmail 53251 invoked by alias); 18 Jul 2000 14:40:40 -0000 Received: (from ue@localhost) by nathan.ruhr.de (8.9.3/8.9.3) id QAA50368; Tue, 18 Jul 2000 16:37:04 +0200 (CEST) (envelope-from ue) Date: Tue, 18 Jul 2000 16:37:04 +0200 From: Udo Erdelhoff To: Ben Smithurst Cc: Kent Stewart , freebsd-doc@FreeBSD.ORG Subject: Re: Make install error in fdp-primer Message-ID: <20000718163703.K32297@nathan.ruhr.de> References: <3973C061.32A63613@urx.com> <20000718135850.O4668@strontium.scientia.demon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000718135850.O4668@strontium.scientia.demon.co.uk>; from ben@FreeBSD.ORG on Tue, Jul 18, 2000 at 01:58:50PM +0100 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Jul 18, 2000 at 01:58:50PM +0100, Ben Smithurst wrote: > - ${INSTALL_DOCS} ${_curimage} ${DESTDIR}/${_curimage:H} > + ${INSTALL_DOCS} ${LIB_IMAGES_DIR}/${_curimage} ${DESTDIR}/${_curimage:H} [...] > - ${INSTALL_DOCS} ${_curimage} ${DESTDIR}/${_curimage:H} > + ${INSTALL_DOCS} ${LIB_IMAGES_DIR}/${_curimage} ${DESTDIR}/${_curimage:H} > That's cut-n-pasted, so spaces may be screwed up. Apply it with 'patch > -l'. That's the first half of my bandaid (posted in an earlier message). > Even with that the image links in the FDP primer are broken, but > it installs. That's the reason for the second half of my bandaid. The command expands to install [some flags] imagelib/callouts/x.png \ /usr/share/doc/en_US.ISO_8859-1/books/fdp-primer/callouts. If this directory doesn't exist, install will copy the image to a file called callouts. That's what happened in your build environment. You'll have to remove the file, create the directory manually and reinstall. Afterwards, the directory will contains five .png files. I don't know if this trick fixes all the problems: I don't like images as callout markers and have modified the style sheets to use text. You may have to analyse the html files and look for the img= statements to find the "correct" path. http://www.ruhr.de/home/nathan/callout/callout.html contains several examples of callouts with text markers and a short list of reasons why I'm using text instead of images (near the end of the article). If you`d like to compare the effects of text and image markers, try http://www.ruhr.de/home/nathan/callout/examples/text.html http://www.ruhr.de/home/nathan/callout/examples/graphic.html Try to identify the callout images on a 19" monitor with a resolution of only 1280x960. It's extremly hard to read them. /s/Udo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message