diff options
author | Tom Hiller <thrilleratplay@gmail.com> | 2018-08-18 19:20:16 -0400 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-08-23 15:54:49 +0000 |
commit | 651b11be2d850ddef2be9aa811c5ce6102c4749c (patch) | |
tree | a9b1563f5ec1575e527b0f71000a1182b408e6c8 /Documentation/Makefile | |
parent | ab36e26caa1f3156e5a039fcf4dc0fc848101f34 (diff) |
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>
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r-- | Documentation/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index b5f97d1975..0fb21f5c41 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -74,3 +74,6 @@ clean: clean-sphinx distclean: clean rm -f corebootPortingGuide.pdf Kconfig.pdf + +livesphinx: + $(MAKE) -f Makefile.sphinx livehtml |