]> rtime.felk.cvut.cz Git - can-benchmark.git/blob - doc/Makefile
Add uncommited Makefile
[can-benchmark.git] / doc / Makefile
1 all: configuration1.png configuration2.png gw-signle.png gw-multi.pdf gw-multi-mod.pdf
2
3 %.png: %.txt
4         java -jar ~/opt/ditaa/ditaa0_9.jar -r $< $@
5
6 %.png: %.svg
7         inkscape --export-area-drawing --export-png=$@ --export-background-opacity=1.0 $<
8
9 %.ps: %.svg
10         inkscape --export-ps=$@ $<
11
12 %-page.pdf: %.svg
13         inkscape --export-pdf=$@ $<
14
15 %-page.pdf: %.ps
16         ps2pdf $< $@
17
18 %.pdf: %-page.pdf
19         pdfcrop $< $@
20