-all: Wiselib-Arch.pdf Roomba-Diagram.pdf
+all: Wiselib-Arch.pdf Roomba-Diagram.pdf Implementation-Diagram.pdf
%.pdf: %.svg
inkscape --export-area-page --export-text-to-path --export-pdf=$@ $<
+Implementation-Diagram.pdf: Implementation-Diagram.dot
+ dot $< -Tpdf > $@
+