8.2 Build the web pages from scratch

  1. Go to 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 directory, and run the make(1) links target, to create the necessary symbolic links.

    # cd www
    # make links
    
  4. Change into the 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 <questions@FreeBSD.org>.
For questions about this documentation, e-mail <doc@FreeBSD.org>.