I'm looking for a way getting various handbook's sources via cvsup, common handbook English/German and some developers handbooks (developer, porter). On each nstallation CD I can find various handbook types (PS, PDF, HTML). My intention is having a local webserver at the department keeping track on HTML and PS generated handbooks automaticaly and sucking in the changes via cvsup. I can remember there is a way but I lost the glue where to look for. Thanks in advance, Oliver
On Sun, 24 Apr 2005 12:21:53 +0200 "O. Hartmann" <ohartman@mail.uni-mainz.de> wrote:> I'm looking for a way getting various handbook's sources via cvsup, > common handbook English/German and some developers handbooks > (developer, porter). > > On each nstallation CD I can find various handbook types (PS, PDF, > HTML). My intention is having a local webserver at the department > keeping track on HTML and PS generated handbooks automaticaly and > sucking in the changes via cvsup. I can remember there is a way but I > lost the glue where to look for.cvsup file: *default host=cvsup.ro.FreeBSD.org *default base=/var/db *default prefix=/usr *default release=cvs tag=. *default delete use-rel-suffix doc-all Run cvsup then: cd /usr/doc/ make FORMATS="html html-split ps pdf" install -- IOnut Unregistered ;) FreeBSD "user"
On Sun, Apr 24, 2005 at 02:32:59PM +0300, Ion-Mihai Tetcu wrote:> > cvsup file: > *default host=cvsup.ro.FreeBSD.org > *default base=/var/db > *default prefix=/usr > *default release=cvs tag=. > *default delete use-rel-suffix > doc-all > > Run cvsup then: > cd /usr/doc/ > make FORMATS="html html-split ps pdf" install >textproc/docproj must be installed if one wants to build the docs. Marc