mirror of
https://github.com/rbenv/rbenv.git
synced 2025-05-27 15:41:34 +02:00
4 lines
210 B
Makefile
4 lines
210 B
Makefile
release_version := $(shell GIT_CEILING_DIRECTORIES=$(PWD) bin/rbenv --version | cut -d' ' -f2)
|
|
|
|
share/man/man1/rbenv.1: share/man/man1/rbenv.1.adoc
|
|
asciidoctor -b manpage -a version=$(release_version:v%=%) $<
|