8.2 Build the web pages from scratch

  1. Create and change directory into a build directory with at least 60MB of free space.

    # mkdir /var/tmp/webbuild
    # cd /var/tmp/webbuild
    
  2. Checkout the SGML files from the CVS tree.

    # cvs -R co www doc
    
  3. Change into the www/en directory, and run the make(1) all target, to create the web pages.

    # cd en
    # make all
    

This, and other documents, can be downloaded from ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/.

For questions about FreeBSD, read the documentation before contacting <[email protected]>.
For questions about this documentation, e-mail <[email protected]>.