aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2014-09-20 14:36:23 +0100
committerMike McQuaid2014-09-24 15:22:51 -0700
commit8b6978b54dc335bd0780c431cd5efadd8924c7bd (patch)
tree8c085bf4b79154cd30eddca8fa144873fd30a2ea
parentaf8a9ff502107fd02f6911bf7c1ab72889add666 (diff)
downloadbrew-8b6978b54dc335bd0780c431cd5efadd8924c7bd.tar.bz2
Move manpage to Homebrew (from Contributions).
As this is something we support and update.
-rwxr-xr-xLibrary/Contributions/cmd/brew-man2
-rw-r--r--Library/Homebrew/manpages/brew.1.md (renamed from Library/Contributions/manpages/brew.1.md)1
2 files changed, 1 insertions, 2 deletions
diff --git a/Library/Contributions/cmd/brew-man b/Library/Contributions/cmd/brew-man
index f2ac08c38..f0218a615 100755
--- a/Library/Contributions/cmd/brew-man
+++ b/Library/Contributions/cmd/brew-man
@@ -3,7 +3,7 @@
set -e
shopt -s nullglob
-SOURCE_PATH="$HOMEBREW_REPOSITORY/Library/Contributions/manpages"
+SOURCE_PATH="$HOMEBREW_REPOSITORY/Library/Homebrew/manpages"
TARGET_PATH="$HOMEBREW_REPOSITORY/share/man/man1"
LINKED_PATH="$HOMEBREW_PREFIX/share/man/man1"
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Homebrew/manpages/brew.1.md
index 533fbfa01..0699a9f9a 100644
--- a/Library/Contributions/manpages/brew.1.md
+++ b/Library/Homebrew/manpages/brew.1.md
@@ -609,4 +609,3 @@ Max Howell, a splendid chap.
## BUGS
See Issues on GitHub: <http://github.com/Homebrew/homebrew/issues>
-