From 8262068c27edf90b2f5d965f0c984374987ae861 Mon Sep 17 00:00:00 2001 From: "J.F.J. Laros" <j.f.j.laros@lumc.nl> Date: Sun, 16 Mar 2014 16:07:07 +0100 Subject: [PATCH] Changed conversion of .dot files to .eps. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7dbe888..2ca9d78 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,7 @@ LIBREOFFICE := libreoffice # Pictures. DIA := dia +DOT := dot CONVERT := convert GNUPLOT := gnuplot FONTSIZE := 20 @@ -80,7 +81,7 @@ release: all clean $(CONVERT) $< $@ %.eps: %.dot - $(CONVERT) $< $@ + $(DOT) -Teps -o $@ $< %.eps: %.gif $(CONVERT) $< $@ -- GitLab