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

Sebastian Boehm sebastian at sometimesfood.org
Wed May 2 16:39:53 UTC 2012


The following commit has been merged in the master branch:
commit 0a35c72e1893653c3a506ec2c82bdee630cc34f9
Author: Sebastian Boehm <sebastian at sometimesfood.org>
Date:   Wed May 2 18:32:01 2012 +0200

    Add environment section to manpage

diff --git a/debian/changelog b/debian/changelog
index a2ed8c5..bc0277c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ ruby-build (20120423-1~1.gbp63f898) UNRELEASED; urgency=low
   * New upstream release
   * Change packaging to tarball-oriented pkg-ruby-extras workflow
   * Add ruby-ronn to Build-Depends, remove compiled manpage from VCS
+  * Add environment section to manpage
 
  -- Sebastian Boehm <sebastian at sometimesfood.org>  Wed, 02 May 2012 18:21:03 +0200
 
diff --git a/debian/ruby-build.1.ronn b/debian/ruby-build.1.ronn
index 1560a5c..0897b12 100644
--- a/debian/ruby-build.1.ronn
+++ b/debian/ruby-build.1.ronn
@@ -48,6 +48,14 @@ Install Ruby Enterprise Edition 1.8.7 (patch level 2011.03) for rbenv(1):
 Install Ruby from a custom definition into `~/your-ruby`:
     $ rbenv install /path/to/your/own/ruby/definition ~/your-ruby
 
+## ENVIRONMENT
+
+  * `MAKE_OPTS`:
+    Options that are passed to make when building a Ruby.
+
+  * `MAKEOPTS`:
+    Used instead of `MAKE_OPTS` when `MAKE_OPTS` is not defined.
+
 ## 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