Some additions to documentation
[apps/agl-service-can-low-level.git] / docs / Makefile
index d1d9587..3c95399 100644 (file)
@@ -1,4 +1,8 @@
-all: index.html concepts.html reference.html
+all: index.html concepts.html reference.html \
+       generator_flow.png
+
+%.png: %.svg
+       rsvg $< $@
 
 %.html: %.rst
-       rst2html --stylesheet=lsr.css --link-stylesheet $< $@
\ No newline at end of file
+       rst2html --stylesheet=lsr.css --link-stylesheet $< $@