Documentation: Add make rule for sphinx-autobuild
Add livesphinx to start sphinx-autobuild Change-Id: I9eb3217e758c2c882c759fa7ae75a39aaf1a0358 Signed-off-by: Tom Hiller <thrilleratplay@gmail.com> Reviewed-on: https://review.coreboot.org/28210 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
committed by
Patrick Georgi
parent
ab36e26caa
commit
651b11be2d
@ -74,3 +74,6 @@ clean: clean-sphinx
|
||||
|
||||
distclean: clean
|
||||
rm -f corebootPortingGuide.pdf Kconfig.pdf
|
||||
|
||||
livesphinx:
|
||||
$(MAKE) -f Makefile.sphinx livehtml
|
||||
|
Reference in New Issue
Block a user