Skip to content

Commit 8670db8

Browse files
committed
Stop depending on ImageMagick v7
1 parent 87e8064 commit 8670db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ check_book: book
205205
CLOBBERFILES += metrics/
206206
metrics/%.metrics: PDF/eogsized/%.pdf | metrics
207207
@echo "[ METRICS ] $@"
208-
magick identify -format "%P %@\n" $< > $@
208+
identify -format "%P %@\n" $< > $@
209209

210210
CLOBBERFILES += booklayout/book.tex booklayout/book.aux booklayout/book.log
211211
booklayout/book.tex: $(LYS:%.ly=metrics/%.metrics) | $(LYS:%.ly=PDF/eogsized/%.pdf)

0 commit comments

Comments
 (0)