From owner-freebsd-doc Sun Dec 8 10:40: 0 2002 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 2044637B401 for ; Sun, 8 Dec 2002 10:39:59 -0800 (PST) Received: from mail.ruhr.de (in-ruhr4.ruhr.de [212.23.134.2]) by mx1.FreeBSD.org (Postfix) with SMTP id A167C43EA9 for ; Sun, 8 Dec 2002 10:39:56 -0800 (PST) (envelope-from ue@nathan.ruhr.de) Received: (qmail 26057 invoked by uid 10); 8 Dec 2002 18:39:54 -0000 Received: from nathan.internal (localhost [127.0.0.1]) by nathan.internal (8.12.6/8.12.6) with ESMTP id gB8IUJjl036258; Sun, 8 Dec 2002 19:30:19 +0100 (CET) (envelope-from ue@nathan.internal) Received: (from ue@localhost) by nathan.internal (8.12.6/8.12.6/Submit) id gB8IUJTl036257; Sun, 8 Dec 2002 19:30:19 +0100 (CET) Date: Sun, 8 Dec 2002 19:30:19 +0100 From: Udo Erdelhoff To: Giorgos Keramidas Cc: freebsd-doc@FreeBSD.ORG Subject: Re: russian faq - need your help Message-ID: <20021208183018.GB1467@nathan.ruhr.de> Mail-Followup-To: Giorgos Keramidas , freebsd-doc@FreeBSD.ORG References: <200211261633.26183.den@volginfo.ru> <20021126222144.GA22725@clan.nothing-going-on.org> <200211271031.29773.den@volginfo.ru> <20021207194806.GA193@nathan.ruhr.de> <20021208052733.GB18052@gothmog.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021208052733.GB18052@gothmog.gr> User-Agent: Mutt/1.4i 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 Hi, On Sun, Dec 08, 2002 at 07:27:33AM +0200, Giorgos Keramidas wrote: > Hmmm, when did this change? There is no www/el subdir yet, since I > don't plan to commit a Greek version of the web site soon. But there > used to be an HTML version of doc/el_GR.ISO8859-7 under > www.freebsd.org/doc/ and now there isn't one. this is probably connected to the commit that killed the legay locations of FAQ and handbook and introduced the 'this has moved' .html files. This was sometime in July this year IIRC. I think you will have to create www/el, www/el/doc, and the neccessary Makefile glue in the two directories to get your docs backs. Off the top of my head, a minimal Makefile for www/el needs: # $FreeBSD$ .if exists(Makefile.conf) .include "Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif .if !defined(WEB_ONLY) || empty(WEB_ONLY) SUBDIR+= doc .endif SGMLFLAGS+= -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr WEBDIR= data/el .include "${WEB_PREFIX}/share/mk/web.site.mk" www/el/Makefile.inc needs: # $FreeBSD$ WEBBASE?= /data/el WEB_PREFIX?= ${.CURDIR}/../.. and to get www/el/doc/Makefile, copy the DE version and replace all de_DE.ISO8859-1 with el_GR.ISO8859-7. That should do it. (and now I only need to find out how to get the live release notes to work... the NO_LANGCODE_IN_DESTDIR idea Bruce had was a BAAAD idea). /s/Udo -- "Finish the following setence: All power corrupts, absolute power..." "...is even more fun." "Correct." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message