diff options
Diffstat (limited to 'docs/Makefile')
-rw-r--r-- | docs/Makefile | 8 |
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 $< $@ |