diff options
| author | Mike McQuaid | 2016-09-19 19:58:39 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2016-09-20 10:41:42 +0100 |
| commit | 205773b885557e3d173dca148f8c29b228ac68c9 (patch) | |
| tree | f289201b14c7355e82e653b6e6e4c41e397b56d1 /Library/Homebrew/dev-cmd | |
| parent | 4e6990ed8168b74f14b51f389ae89db5abc026f6 (diff) | |
| download | brew-205773b885557e3d173dca148f8c29b228ac68c9.tar.bz2 | |
man: use new manpages/docs locations.
Diffstat (limited to 'Library/Homebrew/dev-cmd')
| -rw-r--r-- | Library/Homebrew/dev-cmd/man.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/dev-cmd/man.rb b/Library/Homebrew/dev-cmd/man.rb index f90aa6d2a..0627241a3 100644 --- a/Library/Homebrew/dev-cmd/man.rb +++ b/Library/Homebrew/dev-cmd/man.rb @@ -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? |
