Commit 1139d4a3 authored by Federico Vaga's avatar Federico Vaga

doc: use inkspace for convertion

It avoids ImageMakic errors when containers have stricter policy
Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent cab8af89
......@@ -8,6 +8,6 @@ clean:
images: $(EPSIMAGES:.eps=.png)
%.png: %.eps
@convert $< $@
@inkscape $< -o $@ || inkscape --without-gui $< -A $@
.PHONY: all clean images
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment