~ok2/retro-language/arduino

1
2
3
4
5
6
#! /bin/sh

for f in $1/*.rst
do
  rst2html.py --stylesheet /documentation.css --link-stylesheet $f >${f%.*}.html
done