summaryrefslogtreecommitdiffstats
path: root/docs/Makefile
blob: 3c953990c169a4006549ed65227c682a363e1cb5 (plain)
1
2
3
4
5
6
7
8
all: index.html concepts.html reference.html \
	generator_flow.png

%.png: %.svg
	rsvg $< $@

%.html: %.rst
	rst2html --stylesheet=lsr.css --link-stylesheet $< $@