sbin/doc/convertdocs.sh
author durandn
Fri, 03 Jul 2015 16:57:10 +0200
changeset 1037 5c0416e8bba1
parent 929 a39ff507b050
permissions -rw-r--r--
AnnotationsList widget new features: show creation date for annotations, hide/show feature on signal trigger, filter by username

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