diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-11-19 10:37:29 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-11-19 10:37:29 (GMT) |
commit | 389a8780d506abae6ba1f7a3ac231bad6f1ce801 (patch) | |
tree | a52189f904fddc5562dc535f95910a56468896bc | |
parent | 342b0b2c09ee35df24f4b20402d44889e83798b6 (diff) | |
download | mxe-389a8780d506abae6ba1f7a3ac231bad6f1ce801.zip mxe-389a8780d506abae6ba1f7a3ac231bad6f1ce801.tar.gz mxe-389a8780d506abae6ba1f7a3ac231bad6f1ce801.tar.bz2 |
add information about "make check-requirements" to the docs
-rw-r--r-- | doc/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/index.html b/doc/index.html index d4bc69a..2df91d7 100644 --- a/doc/index.html +++ b/doc/index.html @@ -761,6 +761,16 @@ sudo gcc_select gcc42</pre> each with up to 2 compiler processes running in parallel </dd> + <dt>make check-requirements</dt> + + <dd> + check most of the + <a href="#requirements">requirements</a> + if necessary + – executed automatically + before building packages + </dd> + <dt>make download</dt> <dd> |