Update API reference to match headers
[apps/agl-service-can-low-level.git] / docs / Makefile
index e4cac27..0dbd97c 100644 (file)
@@ -1,4 +1,9 @@
-all: index.html
+all: index.html concepts.html reference.html security.html migration.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 $< $@
+       sed -i 's!</head>!<link href="favicon.ico" type="image/x-icon" rel="shortcut icon" />\n</head>!' $@