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>
This commit is contained in:
Nico Huber 2023-08-23 12:41:01 +02:00 committed by Felix Singer
parent 1312ef49b3
commit 4f014835e1
1 changed files with 2 additions and 2 deletions

View File

@ -468,10 +468,10 @@ cscope:
cscope -bR cscope -bR
sphinx: sphinx:
$(MAKE) -C Documentation -f Makefile.sphinx html $(MAKE) -C Documentation sphinx
sphinx-lint: sphinx-lint:
$(MAKE) SPHINXOPTS=-W -C Documentation -f Makefile.sphinx html $(MAKE) SPHINXOPTS=-W -C Documentation sphinx
symlink: symlink:
@echo "Creating Symbolic Links.."; \ @echo "Creating Symbolic Links.."; \