man: use new manpages/docs locations.
This commit is contained in:
parent
4e6990ed81
commit
205773b885
@ -7,8 +7,8 @@ require "ostruct"
|
||||
|
||||
module Homebrew
|
||||
SOURCE_PATH = HOMEBREW_LIBRARY_PATH/"manpages"
|
||||
TARGET_MAN_PATH = HOMEBREW_REPOSITORY/"share/man/man1"
|
||||
TARGET_DOC_PATH = HOMEBREW_REPOSITORY/"share/doc/homebrew"
|
||||
TARGET_MAN_PATH = HOMEBREW_REPOSITORY/"manpages"
|
||||
TARGET_DOC_PATH = HOMEBREW_REPOSITORY/"docs"
|
||||
|
||||
def man
|
||||
raise UsageError unless ARGV.named.empty?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user