sbin/doc/convertdocs.sh
author durandn
Tue, 22 Sep 2015 17:07:58 +0200
changeset 1062 f8adaa2caecb
parent 929 a39ff507b050
permissions -rw-r--r--
CurrentSegmentInfobox: fixed bug where editing a segment would not update the source correctly and mess up other widgets.

#!/bin/bash
for f in ../../doc/*.md
do
    python markdown2html.py $f
done