Skip to content
Snippets Groups Projects
Commit 2be915db authored by Jack Nagel's avatar Jack Nagel
Browse files

Remove `brew-man` documentation


It was extraneous, and useful only for maintainers and contributors. It
is currently documented on the External Commands page of the wiki.

Signed-off-by: default avatarJack Nagel <jacknagel@gmail.com>
parent 783b71fa
No related branches found
No related tags found
No related merge requests found
brew-man(1) -- Generate man pages for Homebrew
==============================================
## SYNOPSIS
`brew man` [--verbose]
`brew man` --link
`brew man` --server
## DESCRIPTION
Generates man pages for Homebrew using [`ronn`][ronn].
`brew man` by itself updates the man pages from the source files.
With `--link`, symlinks generated man pages to `share/man` under
the Homebrew Prefix.
With `--server`, starts ronn's dev server.
[ronn]: http://rtomayko.github.com/ronn/
"Ronn"
## OPTIONS
* `-v`, `--verbose`:
Run `man brew` after generating man pages.
* `-l`, `--link`:
Creates symlinks from the generated man pages to the Homebrew Prefix,
typically `/usr/local`. Useful when Homebrew itself is not installed
directly into `/usr/local`.
* `-s`, `--server`:
Starts ronn's test server.
## SEE ALSO
`brew`(1)
## BUGS
See Issues on GitHub: <http://github.com/mxcl/homebrew/issues>
......@@ -176,9 +176,6 @@ For the full command list, see the COMMANDS section.
Show the git log for the given formulae. Options that `git-log`(1)
recognizes can be passed before the formula list.
* `man`:
Regenerate this man page using [`ronn`][ronn]. See `man brew-man` for details.
* `missing` [<formulae>]:
Check the given <formulae> for missing dependencies.
......@@ -409,8 +406,5 @@ Max Howell, a splendid chap.
See Issues on GitHub: <http://github.com/mxcl/homebrew/issues>
[ronn]: http://rtomayko.github.com/ronn/
"Ronn"
[sinatra]: http://www.sinatrarb.com/
"Sinatra"
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "BREW\-MAN" "1" "June 2011" "Homebrew" "brew"
.
.SH "NAME"
\fBbrew\-man\fR \- Generate man pages for Homebrew
.
.SH "SYNOPSIS"
\fBbrew man\fR [\-\-verbose]
.
.br
\fBbrew man\fR \-\-link
.
.br
\fBbrew man\fR \-\-server
.
.SH "DESCRIPTION"
Generates man pages for Homebrew using \fBronn\fR \fIhttp://rtomayko\.github\.com/ronn/\fR\.
.
.P
\fBbrew man\fR by itself updates the man pages from the source files\.
.
.P
With \fB\-\-link\fR, symlinks generated man pages to \fBshare/man\fR under the Homebrew Prefix\.
.
.P
With \fB\-\-server\fR, starts ronn\'s dev server\.
.
.SH "OPTIONS"
.
.TP
\fB\-v\fR, \fB\-\-verbose\fR
Run \fBman brew\fR after generating man pages\.
.
.TP
\fB\-l\fR, \fB\-\-link\fR
Creates symlinks from the generated man pages to the Homebrew Prefix, typically \fB/usr/local\fR\. Useful when Homebrew itself is not installed directly into \fB/usr/local\fR\.
.
.TP
\fB\-s\fR, \fB\-\-server\fR
Starts ronn\'s test server\.
.
.SH "SEE ALSO"
\fBbrew\fR(1)
.
.SH "BUGS"
See Issues on GitHub: \fIhttp://github\.com/mxcl/homebrew/issues\fR
......@@ -195,10 +195,6 @@ If \fB\-\-versions\fR is passed, show the version number for installed formulae,
Show the git log for the given formulae\. Options that \fBgit\-log\fR(1) recognizes can be passed before the formula list\.
.
.TP
\fBman\fR
Regenerate this man page using \fBronn\fR \fIhttp://rtomayko\.github\.com/ronn/\fR\. See \fBman brew\-man\fR for details\.
.
.TP
\fBmissing\fR [\fIformulae\fR]
Check the given \fIformulae\fR for missing dependencies\.
.
......
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