Revision 3a7a58651852f20a628d8c35d05689ae7f42b691 authored by Ubuntu user on 21 April 2016, 19:45:52 UTC, committed by Ubuntu user on 21 April 2016, 19:45:52 UTC
2 parent s 3a93d1d + 53b9228
Raw File
Makefile
all: Duckietown_ROS_Diagram.pdf

fsm: default.pdf

%.dot: %.dot.in
	python prepare.py < $< > $@

%.pdf: %.dot
	dot $< -Tpdf -o $@


update-continuous: 
	python recreate_on_changes.py  Duckietown_ROS_Diagram.dot.in Duckietown_ROS_Diagram.dot

upload-andrea:
	cp Duckietown_ROS_Diagram.pdf /Users/andrea/a.censi@gmail.com/1601-Duckietown/duckietown-public/design/Duckietown_ROS_Diagram.pdf
	
	
back to top