doc: Fix deprecation warning
> WARNING: The convert command is deprecated in IMv7, use "magick" instead of "convert" or "magick convert"
This commit is contained in:
committed by
Eduardo Almeida
parent
9947faee9f
commit
ba9319e58c
@@ -1,4 +1,9 @@
|
||||
CONVERT = convert -density 300
|
||||
ifeq (, $(shell command -v magick))
|
||||
CONVERT = convert -density 300
|
||||
else
|
||||
CONVERT = magick -density 300
|
||||
endif
|
||||
|
||||
DIA = dia
|
||||
DOT = dot
|
||||
EPSTOPDF = epstopdf
|
||||
|
||||
Reference in New Issue
Block a user