From owner-freebsd-questions Mon Mar 25 3:26:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id C8BA337B405 for ; Mon, 25 Mar 2002 03:26:06 -0800 (PST) Received: from hades.hell.gr (patr530-a212.otenet.gr [212.205.215.212]) by mailsrv.otenet.gr (8.12.2/8.12.2) with ESMTP id g2PBQ2Ig029132; Mon, 25 Mar 2002 13:26:04 +0200 (EET) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.2/8.12.2) with ESMTP id g2PBQKjv026050; Mon, 25 Mar 2002 13:26:20 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from charon@localhost) by hades.hell.gr (8.12.2/8.12.2/Submit) id g2PBQKKQ026043; Mon, 25 Mar 2002 13:26:20 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Mon, 25 Mar 2002 13:26:19 +0200 From: Giorgos Keramidas To: "Patrick O'Reilly" Cc: FreeBSD Question List Subject: Re: CVSUP doc-all - now what? Message-ID: <20020325112619.GA4985@hades.hell.gr> References: <005901c1d3d8$2e3ef880$b50d030a@patrick> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <005901c1d3d8$2e3ef880$b50d030a@patrick> User-Agent: Mutt/1.3.28i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-03-25 10:36, Patrick O'Reilly wrote: > Hi all :) > > I've run CVSUP on the "doc-all" collection. Do I need to do a "make" or > something now? I know this must be done when rebuilding world after > CVSUP of "src-all", but I can't seem to find instructions on what do to > after CVSUP of "doc-all" :( True. You need to run "make". But don't run it just yet... > I have seen a "Makefile" in /usr/doc, but I'm too nervous to just jump > in and do a "make". Also, that "Makefile" seems to want to run CVS or > SUP itself, but I've done CVSUP already. > > Someone club me with a clue-stick, please :) The documentation project uses several tools to format SGML documents to produce a variety of output formats. The "FreeBSD Documentation Project Primer for New Contributors" describes how you can use these tools. Find it at http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/fdp-primer/ A minimal survival guide would be something like: 1. Install the textproc/docproj port: # cd /usr/ports/textproc/docproj # make install JADETEX=no 2. Enter /usr/doc and run `make'. # cd /usr/doc # make 3. Install the documentation to /usr/share/doc. # cd /usr/doc # make install Giorgos Keramidas FreeBSD Documentation Project keramida@{freebsd.org,ceid.upatras.gr} http://www.FreeBSD.org/docproj/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message