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