8.2 Build the Web Pages from Scratch

Having completed either of the two methods, you will be ready to start the website build. In our example, the build directory is /usr/build and all the required files are already in place.

  1. Change into the build directory:

    # cd /usr/build
    
  2. The website build starts from the www/en directory by executing the make(1) all target, to create the web pages.

    # cd www/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>.