Versions Compared

Key

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

...

  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.

NOTE: If the file you've changed is shared by multiple guides (files in the shared directory), you need to build and test all of the impacted guides. To locally build all guides that have directories under en_us, cd to the en_us directory and run  make html .

...