Files
seL4/manual
Gerwin Klein 0328754e11 manual: prevent unnecessary rebuilds
- use a marker file to get a time stamp for when doxygen output was
  last generated. Use that as a file target instead of a phony target
  to avoid rebuilds when there is nothing to do.

- use static pattern rules so that `make` creates files instead of
  giving up when the prerequisite of a pattern rule does not exist yet.

- remove file list duplication (needed because the static pattern
  rules also need to mention these files)

Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
2023-03-27 21:25:48 +11:00
..
2015-11-09 20:42:28 +01:00
2021-06-17 20:19:51 +10:00
2021-09-30 18:07:19 +10:00
2023-03-27 21:25:48 +11:00
2021-06-17 20:19:51 +10:00
2021-09-30 18:07:19 +10:00
2021-06-17 20:19:51 +10:00
2016-03-17 14:40:53 +11:00

seL4 Reference Manual

To build a PDF use

make

You will need recent version of LaTeX and doxygen.

The main source file is manual.tex, most of the text is in parts/, and most of the API reference is generated with doxygen.