Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 443 Bytes

make.md

File metadata and controls

15 lines (8 loc) · 443 Bytes

Makefile

When make <app-name> html is invoked, the following steps are carried out from make::

  1. The SIMDOC_APP environment variable is exported with the name of the application.

  2. The html target is invoked, executing the following steps:

    1. Build CSV files for the requirement matrix from JSON (read more here.
    2. Invoke Sphinx. At this point, control is passed from the Makefile to conf.py.