Date: Thu, 15 Jun 2000 19:40:47 +0300 From: Alexey Zelkin <phantom@cris.crimea.ua> To: Mark Ovens <mark@dogma.freebsd-uk.eu.org> Cc: Jim Mock <jim@luna.osd.bsdi.com>, doc@FreeBSD.ORG Subject: Re: Can't make www docs Message-ID: <20000615194047.A19120@ark.cris.net> In-Reply-To: <20000615162227.A239@parish>; from mark@dogma.freebsd-uk.eu.org on Thu, Jun 15, 2000 at 04:22:27PM %2B0100 References: <20000614221706.D1081@parish> <20000614154218.A1025@luna.osd.bsdi.com> <20000615162227.A239@parish>
next in thread | previous in thread | raw e-mail | index | archive | help
hi, On Thu, Jun 15, 2000 at 04:22:27PM +0100, Mark Ovens wrote: > > cd /usr/www > > make links > > I had to make empty directories for ja, ru, etc. and then ``make > links'' worked. Of course! If you're building all languages (w/o ENGLISH_ONLY) it will try to build ja/, ru/, etc languages and if you did not checked out them will fail. > > cd en > > make ENGLISH_ONLY=yes WEB_ONLY=YES -DNOPORTSCVS all > > Ah, -DNOPORTSCVS! OK, it's built now but there seems to be a lot > missing, but most of that appears to be stuff in the handbook and FAQ. What about fdp-primer ? > Should linkd to those not be created? I tried > > make ENGLISH_ONLY=yes WEB_ONLY=YES -DNOPORTSCVS install > > Which installed it in /usr/usr/root/public_html/data/, is that > correct? It's correct. You need to specify (explicitly) DESTDIR to install to other place. Take a look to web.mk for comments. -- /* Alexey Zelkin && phantom@cris.net */ /* Tavric National University && phantom@crimea.edu */ /* http://www.ccssu.crimea.ua/~phantom && phantom@FreeBSD.org */ 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?20000615194047.A19120>