When make <app-name> html is invoked, the following steps
are carried out from make::
-
The
SIMDOC_APPenvironment variable is exported with the name of the application. -
The
htmltarget is invoked, executing the following steps:- Build CSV files for the requirement matrix from JSON (read more here.
- Invoke Sphinx. At this point, control is passed from the Makefile to
conf.py.