man: use new manpages/docs locations.

This commit is contained in:
Mike McQuaid 2016-09-19 19:58:39 +01:00
parent 4e6990ed81
commit 205773b885

View File

@ -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?