From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 19:14:42 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3F4916A4CE for ; Fri, 6 Aug 2004 19:14:42 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53AB743D39 for ; Fri, 6 Aug 2004 19:14:42 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Fri, 6 Aug 2004 14:11:05 -0500 Message-ID: <4113D89F.8000608@daleco.biz> Date: Fri, 06 Aug 2004 14:14:39 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040712 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tom Munro Glass References: <200408061541.19592.gentoo@tmgcon.com> In-Reply-To: <200408061541.19592.gentoo@tmgcon.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 06 Aug 2004 19:11:06.0365 (UTC) FILETIME=[1FC272D0:01C47BE9] cc: freebsd-questions@freebsd.org Subject: Re: Updating local copy of documentation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Aug 2004 19:14:43 -0000 Tom Munro Glass wrote: >When you install FreeBSD, lots of useful documentation is installed in the >articles and books directories under /usr/share/doc/ including the essential >handbook. > >Is there a way of automatically updating this documentation - I thought that >maybe this was done as a part of cvsup, make buildworld, etc, but apparently >not? I realise that I can download the latest version with FTP, but it would >be nice if this could be done as part of the normal maintenance tasks. > >Regards, > >Tom Munro Glass > > You'd do it in similar fashion; in fact you could rather easily script it, I suppose. $cvsup doc-all[*] $cd /usr/doc && make install clean *see /usr/share/examples/cvsup/doc-supfile for details. HTH, Kevin Kinsey DaleCo, S.P.