Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This procedure will build a single guide based on the files on your local machine. It can help sanity check, but you must also test all guides using the "Test all guides" process below.

  1. Optional: In Finder, go to the directory for the guide you want to build. If there is an existing build subdirectory, delete it.
  2. At a command prompt, cd to the directory of the guide you want to build. For example, course_authors.
  3. Enter the following command:  make html
    The command builds the project from scratch.  (If you did not remove the build subdirectory in step 1, recently introduced problems might not be detected.)
  4. Review results for the project. If there are warnings or errors, address and run again.

...