Some additions to documentation
[apps/agl-service-can-low-level.git] / docs / Makefile
1 all: index.html concepts.html reference.html \
2         generator_flow.png
3
4 %.png: %.svg
5         rsvg $< $@
6
7 %.html: %.rst
8         rst2html --stylesheet=lsr.css --link-stylesheet $< $@