summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2023-08-23 12:41:01 +0200
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2023-08-24 22:18:52 +0000
commit4f014835e134784b1a13e6a8205e89d139529300 (patch)
tree5e76386da479bcf0d5a2bd106ea33d9110966148
parent1312ef49b3ada2754966b8e7536aaaae73dc06ab (diff)
downloadcoreboot-4f014835e134784b1a13e6a8205e89d139529300.tar.gz
coreboot-4f014835e134784b1a13e6a8205e89d139529300.tar.bz2
coreboot-4f014835e134784b1a13e6a8205e89d139529300.zip
docs: Redirect top-level make targets to Documentation/
To avoid redundancy about how to call into `Makefile.sphinx`, only do that from the `Documentation/Makefile` and call into that from the top level. Change-Id: I99c462cdaf83d711e4b7c07b713d304274db8cb4 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/77406 Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fac1dcaa4560..5bc07e8d3445 100644
--- a/Makefile
+++ b/Makefile
@@ -468,10 +468,10 @@ cscope:
cscope -bR
sphinx:
- $(MAKE) -C Documentation -f Makefile.sphinx html
+ $(MAKE) -C Documentation sphinx
sphinx-lint:
- $(MAKE) SPHINXOPTS=-W -C Documentation -f Makefile.sphinx html
+ $(MAKE) SPHINXOPTS=-W -C Documentation sphinx
symlink:
@echo "Creating Symbolic Links.."; \