Date: Thu, 17 Jun 1999 19:52:01 +0100 From: Nik Clayton <nik@nothing-going-on.demon.co.uk> To: Spidey <beaupran@jsp.umontreal.ca> Cc: Nik Clayton <nik@nothing-going-on.demon.co.uk>, freebsd-doc@freebsd.org Subject: Re: Problems making the handbook in stable Message-ID: <19990617195200.B26011@catkin.nothing-going-on.org> In-Reply-To: <14184.26980.72039.621126@freed.dyn.ez-ip.net>; from Spidey on Wed, Jun 16, 1999 at 11:20:04PM -0400 References: <199906152359.AAA10668@lonmailhost.lehman.com> <19990616104716.U15628@lehman.com> <14183.47288.83543.419499@freed.dyn.ez-ip.net> <19990616191359.B14519@catkin.nothing-going-on.org> <14184.26980.72039.621126@freed.dyn.ez-ip.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jun 16, 1999 at 11:20:04PM -0400, Spidey wrote: > --- Big Brother told Nik Clayton to write, at 19:13 of June 16: > > On Wed, Jun 16, 1999 at 10:46:16AM -0400, Spidey wrote: > > > > > > isn't there something missing????? There's only _ONE_ section to the > > > handbook, and it's "getting started". > > > > I can't reproduce that here. What does the HTML.manifest file contain? > > It should be a list of all the .html files generated. > > Ok... > > HTML.manifest: > ============== > index.html > p33.html > introduction.html > history.html > goals.html > development.html That's far too small. Is that how many .html files were produced as well? Which version of the dsssl stylesheets are you using? I've got v1.40 installed here, which generates ~ 120 .html files from the Handbook. Out of interest (and to save you time) try doing % cd doc/en/tutorials/docproj-primer % make DOC_PREFIX=../../.. and see what happens then. The Primer is much shorter, so will build much faster. > This is when I "make DOC_LANG=en" but I get a BIG (2Mb?!) handbook > compiled if I do "make DOC_LANG=en FORMATS=html".. and it is the > complete handbook... but in one file! As expected. "FORMATS=html" is the "everything in one big file" setting, "FORMATS=html-split" is with things split into multiple files. You can (obviously) combine these, with "FORMATS=html html-split" if you want both. N -- [intentional self-reference] can be easily accommodated using a blessed, non-self-referential dummy head-node whose own object destructor severs the links. -- Tom Christiansen in <375143b5@cs.colorado.edu> 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?19990617195200.B26011>