From 651b11be2d850ddef2be9aa811c5ce6102c4749c Mon Sep 17 00:00:00 2001 From: Tom Hiller Date: Sat, 18 Aug 2018 19:20:16 -0400 Subject: Documentation: Add make rule for sphinx-autobuild Add livesphinx to start sphinx-autobuild Change-Id: I9eb3217e758c2c882c759fa7ae75a39aaf1a0358 Signed-off-by: Tom Hiller Reviewed-on: https://review.coreboot.org/28210 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- Documentation/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Documentation/Makefile') 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 -- cgit v1.2.3