brew.1.md: Document HOMEBREW_LOGS

Edit Library/Homebrew/manpages/brew.1.md
Regenerate share/man/man1/brew.1

Closes Homebrew/homebrew#39722.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Shaun Jackman 2015-05-14 00:15:41 -04:00 committed by Jack Nagel
parent c16a1d9aba
commit e5f6264f32
2 changed files with 7 additions and 0 deletions

View File

@ -562,6 +562,9 @@ can take several different forms:
<https://developer.github.com/v3/#rate-limiting> for more information.
Homebrew uses the GitHub API for features such as `brew search`.
* HOMEBREW\_LOGS:
If set, Homebrew will use the given directory to store log files.
* HOMEBREW\_MAKE\_JOBS:
If set, instructs Homebrew to use the value of `HOMEBREW_MAKE_JOBS` as
the number of parallel jobs to run when building with `make`(1).

View File

@ -585,6 +585,10 @@ HOMEBREW_GITHUB_API_TOKEN
A personal access token for the GitHub API, which you can create at \fIhttps://github\.com/settings/tokens\fR\. If set, GitHub will allow you a greater number of API requests\. See \fIhttps://developer\.github\.com/v3/#rate\-limiting\fR for more information\. Homebrew uses the GitHub API for features such as \fBbrew search\fR\.
.
.TP
HOMEBREW_LOGS
If set, Homebrew will use the given directory to store log files\.
.
.TP
HOMEBREW_MAKE_JOBS
If set, instructs Homebrew to use the value of \fBHOMEBREW_MAKE_JOBS\fR as the number of parallel jobs to run when building with \fBmake\fR(1)\.
.