#!/usr/bin/make -f all: openlogo-crop.pdf bug_global_layout.pdf %-crop.pdf: %.pdf pdfcrop $< %.pdf: %.svg inkscape -A $@ $< pdfcrop $@ $@ %.png: %.svg inkscape -e $@ -d 300 $< schema.png: draw_schema.pl perl -I ~/projects/debbugs/debbugs $< $@