all: horns-maroon-path.svg all: horns-gold-path.svg all: horns-black-path.svg maroon = 8a181a gold = e5b217 black = 000000 horns-%-text.svg: horns-text.svg.in sed 's|@COLOR@|$($*)|g' < $< > $@ %-path.svg: %-text.svg inkscape --file=$< --export-text-to-path --export-plain-svg=$@ clean: rm -f -- *.svg .PHONY: all clean .SECONDARY: .DELETE_ON_ERROR: