When make <app-name> html
is invoked, the following steps
are carried out from make::
-
The
SIMDOC_APP
environment variable is exported with the name of the application. -
The
html
target 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
.