From bda9a821142c0a105bc8892aef610ea43ce3400c Mon Sep 17 00:00:00 2001 From: Vladimir Berezniker Date: Tue, 1 Jul 2014 20:40:18 -0400 Subject: Documentation: Use correct file name for the build guide in the Makefile Change-Id: I19c456e8bcd2de19c5f9d963ea17dad84d300ab8 Signed-off-by: Vladimir Berezniker Reviewed-on: http://review.coreboot.org/6170 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth Reviewed-by: Edward O'Callaghan --- documentation/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/documentation/Makefile b/documentation/Makefile index 6aa4385592..1e00444bfa 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -31,13 +31,13 @@ else ifneq ($(strip $(CONVERT)),) convert $< $@ endif -CorebootPortingGuide.toc: $(FIGS) CorebootPortingGuide.tex +CorebootPortingGuide.toc: $(FIGS) CorebootBuildingGuide.tex # 2 times to make sure we have a current toc. - $(PDFLATEX) CorebootPortingGuide.tex - $(PDFLATEX) CorebootPortingGuide.tex + $(PDFLATEX) CorebootBuildingGuide.tex + $(PDFLATEX) CorebootBuildingGuide.tex -CorebootPortingGuide.pdf: $(FIGS) CorebootPortingGuide.tex CorebootPortingGuide.toc - $(PDFLATEX) CorebootPortingGuide.tex +CorebootPortingGuide.pdf: $(FIGS) CorebootBuildingGuide.tex CorebootPortingGuide.toc + $(PDFLATEX) CorebootBuildingGuide.tex Kconfig.pdf: Kconfig.tex mainboardkconfig.tex cpukconfig.tex socketfkconfig.tex $(PDFLATEX) $< -- cgit v1.2.3