mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 11:48:13 +01:00
5 lines
196 B
Makefile
5 lines
196 B
Makefile
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`"
|