tp-note 1.13.8

Minimalist note taking: save and edit your clipboard content as a note file
1
2
3
4
5
6
7
8
9
10
11
12
#!/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

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