summaryrefslogtreecommitdiffstats
path: root/documentation/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/Makefile')
-rw-r--r--documentation/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index 9891491..1c01d57 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -10,11 +10,11 @@ FIGS=codeflow.pdf hypertransport.pdf
all: LinuxBIOS-AMD64.pdf
-codeflow.pdf: codeflow.eps
- epstopdf $< -o=$@
+codeflow.pdf: codeflow.svg
+ svg2pdf $< $@
-hypertransport.pdf: hypertransport.eps
- epstopdf $< -o=$@
+hypertransport.pdf: hypertransport.svg
+ svg2pdf $< $@
LinuxBIOS-AMD64.toc: $(FIGS) LinuxBIOS-AMD64.tex
# 2 times to make sure we have a current toc.
OpenPOWER on IntegriCloud