1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-17 15:53:45 -05:00

Add man page (#1438)

`rbenv help` without arguments now runs `man rbenv` on systems where man is present.
This commit is contained in:
Mislav Marohnić
2022-09-27 02:17:50 +02:00
committed by GitHub
parent 7c7c4dc11c
commit 22ee5d4175
6 changed files with 265 additions and 1 deletions

4
Makefile Normal file
View File

@@ -0,0 +1,4 @@
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%=%) $<