From owner-freebsd-stable Wed Mar 10 20:51:56 1999 Delivered-To: freebsd-stable@freebsd.org Received: from fw.bby.com.au (ns.bby.com.au [192.83.119.129]) by hub.freebsd.org (Postfix) with ESMTP id 3C11E15179 for ; Wed, 10 Mar 1999 20:51:38 -0800 (PST) (envelope-from gnb@itga.com.au) Received: (from daemon@localhost) by fw.bby.com.au (8.8.8/8.6.9) id PAA21178 for ; Thu, 11 Mar 1999 15:51:19 +1100 (EST) Received: from lightning.itga.com.au(192.168.71.20) via SMTP by fw.bby.com.au, id smtpd021174; Thu Mar 11 04:51:16 1999 Received: from lightning (lightning [192.168.71.20]) by lightning.itga.com.au (8.9.1a/8.9.1) with ESMTP id PAA29601; Thu, 11 Mar 1999 15:51:15 +1100 (EST) Message-Id: <199903110451.PAA29601@lightning.itga.com.au> X-Mailer: exmh version 2.0.1 12/23/97 From: Gregory Bond Cc: stable@FreeBSD.ORG Subject: [Summary] Re: CVSup for doc files? In-reply-to: Your message of Thu, 11 Mar 1999 11:31:44 +1100. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 11 Mar 1999 15:51:14 +1100 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I said: > I've checked the examples but I can't see how to arrange to cvsup the various > bits of documentation: > - local copy of the handbook > - README.html in the ports collection > - FAQs Thanks to Christopher Hall and William Lloyd for quick answers. For the handbook & FAQ, add "doc-all" to the supfile (or, if you are using the stable-supfile, "doc-all tag=." just like for ports). You can install the latest handbook/FAQ with cd /usr/doc; make FORMATS=html ; make FORMATS=html install but you need to have the sgmlformat package/port and the five or six packages it depends on installed. There is also "www tag=." for the contents of the web page. Neither doc-all or www are mentioned in /usr/share/examples/cvsup (:<) but are mentioned in the handbook in the section under CVSup. The README.hmtl files in ports are manufactured, not cvsuped: cd /usr/ports; make readmes (Clever!) but it currently fails in the japanese/vje-trial port (no Makefile?). Greg. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message