Skip to content
Snippets Groups Projects
Commit 205773b8 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

man: use new manpages/docs locations.

parent 4e6990ed
No related branches found
No related tags found
No related merge requests found
......@@ -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?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment