[DRE-commits] [SCM] ruby-build.git branch, master, updated. debian/20120423-1-5-gb7227ca

Sebastian Boehm sebastian at sometimesfood.org
Thu Jun 28 16:40:34 UTC 2012


The following commit has been merged in the master branch:
commit 87f310c36a5b87f632af99440c5b06cb15678dc5
Author: Sebastian Boehm <sebastian at sometimesfood.org>
Date:   Thu Jun 28 18:08:32 2012 +0200

    Update manpage (environment section and --keep option)

diff --git a/debian/ruby-build.1.ronn b/debian/ruby-build.1.ronn
index 0897b12..52c29c9 100644
--- a/debian/ruby-build.1.ronn
+++ b/debian/ruby-build.1.ronn
@@ -3,11 +3,11 @@ ruby-build(1) -- compile and install Rubies
 
 ## SYNOPSIS
 
-`ruby-build` [`-v`|`--verbose`] <definition> <prefix><br>
+`ruby-build` [`-v`|`--verbose`] [`-k`|`--keep`] <definition> <prefix><br>
 `ruby-build` `--definitions`<br>
 `ruby-build` `--version`<br>
 `ruby-build` [`-h`|`--help`]<br>
-`rbenv install` <definition><br>
+`rbenv install` [`-k`|`--keep`] <definition><br>
 
 ## DESCRIPTION
 
@@ -24,12 +24,15 @@ command, which installs Rubies into the `rbenv` directory.
 
 ## OPTIONS
 
-  * `-v`, `--verbose`:
-    Display compiler messages on standard output.
-
   * `--definitions`:
     List available definitions.
 
+  * `-k`, `--keep`:
+    Don't delete source code after installation.
+
+  * `-v`, `--verbose`:
+    Display compiler messages on standard output.
+
   * `--version`:
     Show `ruby-build` version and exit.
 
@@ -50,12 +53,24 @@ Install Ruby from a custom definition into `~/your-ruby`:
 
 ## ENVIRONMENT
 
+  * `CC`:
+    Sets the path to the C compiler.
+
+  * `CONFIGURE_OPTS`:
+    Options that are passed to configure when building a Ruby.
+
   * `MAKE_OPTS`:
     Options that are passed to make when building a Ruby.
 
   * `MAKEOPTS`:
     Used instead of `MAKE_OPTS` when `MAKE_OPTS` is not defined.
 
+  * `TMPDIR`:
+    Sets the location where `ruby-build` stores temporary files.
+
+  * `RUBY_BUILD_BUILD_PATH`:
+    Sets the location in which sources are downloaded and built.
+
 ## AUTHORS
 
 ruby-build is developed by Sam Stephenson <<sam at 37signals.com>>.

-- 
ruby-build.git



More information about the Pkg-ruby-extras-commits mailing list