Date: Sun, 8 Dec 2002 19:30:19 +0100 From: Udo Erdelhoff <ue@nathan.ruhr.de> To: Giorgos Keramidas <keramida@FreeBSD.ORG> Cc: freebsd-doc@FreeBSD.ORG Subject: Re: russian faq - need your help Message-ID: <20021208183018.GB1467@nathan.ruhr.de> In-Reply-To: <20021208052733.GB18052@gothmog.gr> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021208183018.GB1467>