doc/Makefile: Remove superfluous quotation marks fixing syntax error
Change-Id: I4c269248a3a1e078204882d04964fd5af4b5f51a Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/75799 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Daniel Maslowski <info@orangecms.org>
This commit is contained in:
parent
a05a2b20c6
commit
ef4946a685
|
@ -45,7 +45,7 @@ corebootPortingGuide.pdf: $(FIGS) corebootBuildingGuide.tex corebootPortingGuide
|
|||
$(PDFLATEX) corebootBuildingGuide.tex
|
||||
|
||||
sphinx: $(SPHINXDIR)
|
||||
$(MAKE) -f Makefile.sphinx html BUILDDIR="$(SPHINXDIR)""
|
||||
$(MAKE) -f Makefile.sphinx html BUILDDIR="$(SPHINXDIR)"
|
||||
|
||||
clean-sphinx:
|
||||
$(MAKE) -f Makefile.sphinx clean BUILDDIR="$(SPHINXDIR)"
|
||||
|
|
Loading…
Reference in New Issue