mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
added man subdirectories man2-man8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
1f55ba270d
commit
1bc71794e9
@ -121,6 +121,13 @@ class Formula
|
||||
def libexec; prefix+'libexec' end
|
||||
def man; prefix+'share/man' end
|
||||
def man1; man+'man1' end
|
||||
def man2; man+'man2' end
|
||||
def man3; man+'man3' end
|
||||
def man4; man+'man4' end
|
||||
def man5; man+'man5' end
|
||||
def man6; man+'man6' end
|
||||
def man7; man+'man7' end
|
||||
def man8; man+'man8' end
|
||||
def sbin; prefix+'sbin' end
|
||||
def share; prefix+'share' end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user