Makefile 58 B

1234
  1. ALL: index.html
  2. index.html: index.txt
  3. rst2html.py $< $@