summaryrefslogtreecommitdiffstats
path: root/docs/Makefile
blob: d1d9587d57218e9604a5462314f26cf3b80db7ae (plain)
1
2
3
4
all: index.html concepts.html reference.html

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