checkpoint
[bachelor-thesis/written-stuff.git] / Ausarbeitung / images / Makefile
1 all: Wiselib-Arch.pdf Roomba-Diagram.pdf Implementation-Diagram.pdf
2
3 %.pdf: %.svg
4 inkscape --export-area-page --export-text-to-path --export-pdf=$@ $<
5
6 Implementation-Diagram.pdf: Implementation-Diagram.dot
7 dot $< -Tpdf > $@
8
This page took 0.051268 seconds and 5 git commands to generate.