[前][次][番号順一覧][スレッド一覧]

ruby-changes:27581

From: zzak <ko1@a...>
Date: Fri, 8 Mar 2013 12:01:57 +0900 (JST)
Subject: [ruby-changes:27581] zzak:r39633 (trunk): * man/rake.1: Document ENVIRONMENT variables on RAKE(1) manpage

zzak	2013-03-08 12:01:47 +0900 (Fri, 08 Mar 2013)

  New Revision: 39633

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39633

  Log:
    * man/rake.1: Document ENVIRONMENT variables on RAKE(1) manpage

  Modified files:
    trunk/ChangeLog
    trunk/man/rake.1

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 39632)
+++ ChangeLog	(revision 39633)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Fri Mar  8 12:00:00 2013  Zachary Scott  <zachary@z...>
+
+	* man/rake.1: Document ENVIRONMENT variables on RAKE(1) manpage
+
 Fri Mar  8 10:44:00 2013  Zachary Scott  <zachary@z...>
 
 	* lib/webrick/httpproxy.rb: Fix typos in HTTPProxyServer [Bug #8013]
Index: man/rake.1
===================================================================
--- man/rake.1	(revision 39632)
+++ man/rake.1	(revision 39633)
@@ -152,6 +152,41 @@ Trace the rules resolution. https://github.com/ruby/ruby/blob/trunk/man/rake.1#L152
 .Pp
 .El
 .Pp
+.Sh ENVIRONMENT
+.Bl -tag -width "RAKE_SYSTEM" -compact
+.It Ev RAKE_SYSTEM
+The directory path containing the system wide rakefiles.
+.Pp
+.It Ev RAKE_COLUMNS
+Override the number of columns used for output, such as
+.Fl Fl tasks
+.Pp
+.It Ev RAKEOPT
+Used to provide default command line arguments to Rake.
+.Pp
+.It Ev TAGS
+Generate an Emacs TAGS file
+.Pp
+.It Ev TEST
+The list of test files will be overridden to include only the filename specified on the command line.
+.Pp
+This provides an easy way to run just one test.
+.Pp
+.It Ev TESTOPTS
+.It Ev TESTOPT
+.It Ev TEST_OPTS
+.It Ev TEST_OPT
+The given options are passed to the test process after a
+.Fl Fl
+.Pp
+This allows Test::Unit options to be passed to the test suite.
+.Pp
+.It Ev USERPROFILE
+.It Ev HOME
+.It Ev HOMEDRIVE
+.It Ev HOMEPATH
+The standard directory containing system wide rake files on Win 32 systems.
+
 .Sh SEE ALSO
 .Xr ruby 1
 .Xr make 1

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]