From owner-freebsd-doc Sat Feb 2 11:25:14 2002 Delivered-To: freebsd-doc@freebsd.org Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by hub.freebsd.org (Postfix) with ESMTP id 2937F37B400; Sat, 2 Feb 2002 11:25:11 -0800 (PST) Received: from bmah.dyndns.org ([12.233.149.189]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020202192510.EBXN26243.rwcrmhc51.attbi.com@bmah.dyndns.org>; Sat, 2 Feb 2002 19:25:10 +0000 Received: (from bmah@localhost) by bmah.dyndns.org (8.11.6/8.11.6) id g12JPA310254; Sat, 2 Feb 2002 11:25:10 -0800 (PST) (envelope-from bmah) Message-Id: <200202021925.g12JPA310254@bmah.dyndns.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Murray Stokely Cc: doc@FreeBSD.ORG Subject: Re: articles/releng/Makefile not OBJDIR-clean In-reply-to: <20020202163835.GC19101@freebsdmall.com> References: <20020202180327.D626@straylight.oblivion.bg> <20020202163835.GC19101@freebsdmall.com> Comments: In-reply-to Murray Stokely message dated "Sat, 02 Feb 2002 08:38:35 -0800." From: "Bruce A. Mah" Reply-To: bmah@FreeBSD.ORG X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 02 Feb 2002 11:25:09 -0800 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org If memory serves me right, Murray Stokely wrote: > Committed, thanks! This is good. Here's another oddity...when one goes to make a (you guessed it!) PDF file, it looks like doc.images.mk doesn't know how to deal with the case where a *.eps file was generated (i.e. it doesn't live in ${.CURDIR}, but it lives in ${.OBJDIR} instead). So far I have seen this in exactly one place, which is (you guessed it!) the releng article. I'm not sure what the right solution is. I thought of changing IMAGES to read: IMAGES= ${.OBJDIR}/branches.eps But this doesn't work because doc.images.mk wants to slap ${.CURDIR} on the front of this anyways. Bruce. PS. I swear to ${DIETY}, I'm not hunting for these problems...they're just showing up. :-) PS. In case you're wondering, I'm working on a side project in my (ha!) spare time to make a "doc release" ISO, which contains html, txt, and pdf versions of the doc/ tree, or at least as much of it as I can get to build. It's roughly analogous to "cd / usr/src/release; make release", but for doc/. The en docs are mostly fine, not sure how well the toolchain can handle non-en docs. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message