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