sbin/doc/convertdocs.sh
author veltr
Wed, 29 Aug 2012 18:32:34 +0200
branchnew-model
changeset 936 c66260a734ca
parent 929 a39ff507b050
permissions -rw-r--r--
File copying to test dir is now in the Ant XML (used to be in .sh, sorry win users)

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