sbin/doc/convertdocs.sh
author cavaliet
Thu, 02 Aug 2012 18:25:30 +0200
branchnew-model
changeset 933 8604bc7b4712
parent 929 a39ff507b050
permissions -rw-r--r--
source tag for video tag in mashup html code.

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