mirror of
https://github.com/pyenv/pyenv.git
synced 2025-03-03 16:12:57 +00:00
4 lines
163 B
Makefile
4 lines
163 B
Makefile
release_version := $(shell git describe --tags)
|
|
|
|
share/man/man1/rbenv.1: share/man/man1/rbenv.1.adoc
|
|
asciidoctor -b manpage -a version=$(release_version:v%=%) $<
|