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:
André Apitzsch
2025-05-19 11:09:35 +02:00
committed by Eduardo Almeida
parent 9947faee9f
commit ba9319e58c

View File

@@ -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