mirror of
https://github.com/rbenv/rbenv.git
synced 2024-12-28 04:35:21 +01:00
5 lines
163 B
Makefile
5 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%=%) $<
|