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

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