From owner-freebsd-doc@FreeBSD.ORG Thu Oct 28 07:55:18 2004 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 0755C16A4CE; Thu, 28 Oct 2004 07:55:18 +0000 (GMT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0483043D31; Thu, 28 Oct 2004 07:55:17 +0000 (GMT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (localhost [127.0.0.1]) i9S7tQYG032442; Thu, 28 Oct 2004 09:55:27 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.12.11/8.12.11/Submit) id i9S7tQdR032441; Thu, 28 Oct 2004 09:55:26 +0200 (CEST) (envelope-from marc) Date: Thu, 28 Oct 2004 09:55:25 +0200 From: Marc Fonvieille To: Ion-Mihai Tetcu Message-ID: <20041028075525.GA32379@abigail.blackend.org> References: <20041028005852.303005b0@it.buh.cameradicommercio.ro> <20041028034438.GD2784@gothmog.gr> <20041028072347.330187ff@it.buh.cameradicommercio.ro> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041028072347.330187ff@it.buh.cameradicommercio.ro> User-Agent: Mutt/1.4.2.1i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.10-PRERELEASE cc: freebsd-doc@freebsd.org cc: Giorgos Keramidas Subject: Re: Problem building with doc/ll_LL symlinked 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, 28 Oct 2004 07:55:18 -0000 On Thu, Oct 28, 2004 at 07:23:47AM +0300, Ion-Mihai Tetcu wrote: > On Thu, 28 Oct 2004 06:44:38 +0300 > Giorgos Keramidas wrote: > > > On 2004-10-28 00:58, Ion-Mihai Tetcu wrote: > > > Hi, > > > > > > I'm trying to translate some docs in Romanian. > > > > > > So I have symlinked > > > /usr/doc/ro_RO.ISO8859-2 -> /home/itetcu/projects/FRDP/freebsd-ro-l10n/doc/ro_RO.ISO8859-2 > > > > Don't. It's not really going to work. > > [ ... ] > > > If you don't explicitly set DOC_PREFIX the makefiles will try to > > `discover' its correct value by using the real path of the current > > directory. This will not work for symlinked directories. > > Yeh, I've seen the realpath thing it looking through doc.*.mk > Thanks. > > Another question now: > > What should I do to have the docs built with ISO8859-2 instead of ISO8859-1 ? > I mean the correct > and the right fonts in PDF files. > > For now I can set the browser manually to ISO...-2, but this doesn't work on pdf's > > A "quick" look at the other translations and the *mk's didn't help. > > Grr, I feel like I was when writing the first port; I'll try not to make > some much noise now ;) > Could you look at this PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=docs/56456 I have no feedback from the originator, but you may use some parts as a start, etc. Marc