mirror of
https://github.com/asciinema/asciinema.git
synced 2026-02-24 04:00:39 +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`"
|