aboutsummaryrefslogtreecommitdiff
path: root/Documentation/Makefile
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2023-05-29 23:06:52 -0600
committerMartin L Roth <gaumless@gmail.com>2023-06-02 22:16:59 +0000
commit3b89102935d08fa325f613312c688315417254c6 (patch)
tree64829f08d7d72cbbc768ca44c507bd416113c74a /Documentation/Makefile
parent5a4cedb9c1ddebd051c61cdbae420c59732f63d0 (diff)
Docs: Add sphinx to the documentation's "all" target
The all target really should build the expected output. At this point, that means sphinx as well. Signed-off-by: Martin Roth <gaumless@gmail.com> Change-Id: Ibbceddd013605f5f7e11707480ae2a1e5d012a91 Reviewed-on: https://review.coreboot.org/c/coreboot/+/75498 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r--Documentation/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index 8552c6d692..74e2bb8580 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -8,7 +8,7 @@ PDFLATEX=pdflatex -t a4
FIGS=codeflow.pdf hypertransport.pdf
-all: corebootPortingGuide.pdf
+all: sphinx corebootPortingGuide.pdf
SVG2PDF=$(shell command -v svg2pdf)
INKSCAPE=$(shell command -v inkscape)