blob: c635dfc6883f07f02c5f8b6321bdab09510907b5 (
plain)
1
2
3
4
|
VERSION=`python3 -c "import asciinema; print(asciinema.__version__)"`
asciinema.1: asciinema.1.md
pandoc asciinema.1.md -s -t man -o asciinema.1 -V header:"Version $(VERSION), `date +%Y-%m-%d`"
|