sbin/doc/convertdocs.sh
author veltr
Fri, 26 Oct 2012 15:49:29 +0200
changeset 973 638fe8541a2e
parent 929 a39ff507b050
permissions -rw-r--r--
Now allowing "iexact" searchByTitle

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