From owner-freebsd-doc Thu Jun 15 9:51: 5 2000 Delivered-To: freebsd-doc@freebsd.org Received: from columbus.cris.net (columbus.cris.net [212.110.128.65]) by hub.freebsd.org (Postfix) with ESMTP id A329437BC53 for ; Thu, 15 Jun 2000 09:45:38 -0700 (PDT) (envelope-from phantom@ark.cris.net) Received: from ark.cris.net (ark.cris.net [212.110.128.68]) by columbus.cris.net (8.9.3/8.9.3) with ESMTP id TAA28418; Thu, 15 Jun 2000 19:40:58 +0300 (EEST) Received: (from phantom@localhost) by ark.cris.net (8.9.3/8.9.3) id TAA19755; Thu, 15 Jun 2000 19:40:48 +0300 (EEST) (envelope-from phantom) Date: Thu, 15 Jun 2000 19:40:47 +0300 From: Alexey Zelkin To: Mark Ovens Cc: Jim Mock , doc@FreeBSD.ORG Subject: Re: Can't make www docs Message-ID: <20000615194047.A19120@ark.cris.net> References: <20000614221706.D1081@parish> <20000614154218.A1025@luna.osd.bsdi.com> <20000615162227.A239@parish> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000615162227.A239@parish>; from mark@dogma.freebsd-uk.eu.org on Thu, Jun 15, 2000 at 04:22:27PM +0100 X-Operating-System: FreeBSD 3.4-STABLE i386 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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