2018-02-06 16:22:56 +01:00
|
|
|
VERSION=`python3 -c "import asciinema; print(asciinema.__version__)"`
|
|
|
|
|
|
2018-02-05 21:57:47 +01:00
|
|
|
asciinema.1: asciinema.1.md
|
2018-02-06 16:22:56 +01:00
|
|
|
pandoc asciinema.1.md -s -t man -o asciinema.1 -V header:"Version $(VERSION), `date +%Y-%m-%d`"
|