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

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