Skip to content
Snippets Groups Projects
Commit 8262068c authored by Laros's avatar Laros
Browse files

Changed conversion of .dot files to .eps.

parent 76b647ed
No related branches found
No related tags found
No related merge requests found
......@@ -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) $< $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment