tp-note 1.7.2

fast note-taking with templates and filename synchronization
#!/bin/sh

mkdir --parents ./build/html
mkdir --parents ./build/html/_downloads
mkdir --parents ./build/man/man1

cp ./source/README.md ./source/index.md
sed -i 's/http.*\.getreu\.net//g' ./source/index.md

./md2docbook2html ./source/index.md ./build/html/index.html
#rm index.md
./docbook52pdf ./source/README.md ./build/pdf/README.pdf