make-docs 160 B

12345
  1. #!/bin/sh
  2. set -x
  3. pandoc -t html5 -f markdown -s --css=doc/md.css -o README.html README.md
  4. pandoc -t html5 -f markdown -s --css=doc/md.css -o TODO.html TODO.md