summaryrefslogtreecommitdiffstats
path: root/docs/Makefile
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@npb.mail.kapsi.fi>2011-11-04 07:22:05 +0000
committerPetteri Aimonen <jpa@npb.mail.kapsi.fi>2011-11-04 07:22:05 +0000
commit85e0afd894daf851baca8ecd50ebae3cdba40e65 (patch)
tree6e6862bc2fbd49f310ebcfcef4f4347025dbc45e /docs/Makefile
parentc7e2d6cc2fde5a69da7bf2735f4fb33e1633b221 (diff)
Some additions to documentation
git-svn-id: https://svn.kapsi.fi/jpa/nanopb@1003 e3a754e5-d11d-0410-8d38-ebb782a927b9
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/Makefile b/docs/Makefile
index d1d9587d..3c953990 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -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 $< $@