diff options
| author | Jack Nagel | 2011-09-19 18:26:25 -0500 |
|---|---|---|
| committer | Jack Nagel | 2011-09-19 18:27:19 -0500 |
| commit | 2be915db9972ca079ca2904a98640134297c42ae (patch) | |
| tree | 0b95adbc9dd65d8f93f250cad019a1ca10b3b543 /Library | |
| parent | 783b71fa5a5d776660b95d6d35d4b11c53b1c4b3 (diff) | |
| download | brew-2be915db9972ca079ca2904a98640134297c42ae.tar.bz2 | |
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: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/manpages/brew-man.1.md | 43 | ||||
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 6 |
2 files changed, 0 insertions, 49 deletions
diff --git a/Library/Contributions/manpages/brew-man.1.md b/Library/Contributions/manpages/brew-man.1.md deleted file mode 100644 index 0fef33534..000000000 --- a/Library/Contributions/manpages/brew-man.1.md +++ /dev/null @@ -1,43 +0,0 @@ -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> diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index 948bf7ace..5fc03ace8 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -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" |
