1 ## SPDX-License-Identifier: GPL-2.0-only
3 # Makefile for coreboot paper.
4 # hacked together by Stefan Reinauer <stepan@openbios.org>
8 SPHINXOPTS ?
= -j auto
-W
--keep-going
18 $(MAKE
) -f Makefile.sphinx html BUILDDIR
="$(BUILDDIR)"
21 $(MAKE
) -f Makefile.sphinx
clean BUILDDIR
="$(BUILDDIR)"
24 rm -f
*.aux
*.idx
*.log
*.toc
*.out
$(FIGS
)
27 rm -f corebootPortingGuide.pdf
29 livesphinx
: $(BUILDDIR
)
30 $(MAKE
) -f Makefile.sphinx livehtml BUILDDIR
="$(BUILDDIR)"
33 @echo
"Test for logging purposes - Failing tests will not fail the build"
34 -$(MAKE
) -f Makefile.sphinx
clean && $(MAKE
) -k
-f Makefile.sphinx html
37 @echo
"all - Builds all documentation targets"
38 @echo
"sphinx - Builds html documentation in _build directory"
39 @echo
"clean - Cleans intermediate files"
40 @echo
"clean-sphinx - Removes sphinx output files"
41 @echo
"distclean - Removes PDF files as well"
42 @echo
"test - Runs documentation tests"
44 @echo
" Makefile.sphinx builds - run with $(MAKE) -f Makefile-sphinx [target]"
46 @
$(MAKE
) -s
-f Makefile.sphinx help
2>/dev
/null
48 .phony
: help livesphinx sphinx
test
49 .phony
: distclean clean clean-sphinx