diff options
-rw-r--r-- | documentation/CorebootBuildingGuide.tex (renamed from documentation/LinuxBIOS-AMD64.tex) | 0 | ||||
-rw-r--r-- | documentation/Makefile | 14 |
2 files changed, 7 insertions, 7 deletions
diff --git a/documentation/LinuxBIOS-AMD64.tex b/documentation/CorebootBuildingGuide.tex index 5847daba78..5847daba78 100644 --- a/documentation/LinuxBIOS-AMD64.tex +++ b/documentation/CorebootBuildingGuide.tex diff --git a/documentation/Makefile b/documentation/Makefile index 84ac0b58f1..6aa4385592 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -7,7 +7,7 @@ PDFLATEX=pdflatex -t a4 FIGS=codeflow.pdf hypertransport.pdf -all: LinuxBIOS-AMD64.pdf Kconfig.pdf +all: CorebootPortingGuide.pdf Kconfig.pdf SVG2PDF=$(shell which svg2pdf) INKSCAPE=$(shell which inkscape) @@ -31,13 +31,13 @@ else ifneq ($(strip $(CONVERT)),) convert $< $@ endif -LinuxBIOS-AMD64.toc: $(FIGS) LinuxBIOS-AMD64.tex +CorebootPortingGuide.toc: $(FIGS) CorebootPortingGuide.tex # 2 times to make sure we have a current toc. - $(PDFLATEX) LinuxBIOS-AMD64.tex - $(PDFLATEX) LinuxBIOS-AMD64.tex + $(PDFLATEX) CorebootPortingGuide.tex + $(PDFLATEX) CorebootPortingGuide.tex -LinuxBIOS-AMD64.pdf: $(FIGS) LinuxBIOS-AMD64.tex LinuxBIOS-AMD64.toc - $(PDFLATEX) LinuxBIOS-AMD64.tex +CorebootPortingGuide.pdf: $(FIGS) CorebootPortingGuide.tex CorebootPortingGuide.toc + $(PDFLATEX) CorebootPortingGuide.tex Kconfig.pdf: Kconfig.tex mainboardkconfig.tex cpukconfig.tex socketfkconfig.tex $(PDFLATEX) $< @@ -67,5 +67,5 @@ clean: rm -f *.aux *.idx *.log *.toc *.out $(FIGS) mainboardkconfig.tex skconfig.tex cpukconfig.tex socketfkconfig.tex distclean: clean - rm -f LinuxBIOS-AMD64.pdf Kconfig.pdf + rm -f CorebootPortingGuide.pdf Kconfig.pdf |