mirror of
https://github.com/rbenv/rbenv.git
synced 2025-01-28 00:52:09 +01:00
Use static rbenv release version when generating man page
This commit is contained in:
parent
1d08efe089
commit
75aee988b3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
release_version := $(shell git describe --tags)
|
||||
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%=%) $<
|
||||
|
|
Loading…
Reference in a new issue