1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-09-24 11:38:24 +02:00
vichan/static/doc/Makefile

10 lines
121 B
Makefile
Raw Normal View History

%.png: *.gv
dot -Tpng $< -v -o $@
%.svg: *.gv
dot -Tsvg $< -v -o $@
.PHONY: all
all:
make timeline.svg timeline.png