ruby-changes:28803
From: zzak <ko1@a...>
Date: Mon, 20 May 2013 21:42:14 +0900 (JST)
Subject: [ruby-changes:28803] zzak:r40855 (trunk): * ext/extmk.rb: nodoc this file
zzak 2013-05-20 21:42:02 +0900 (Mon, 20 May 2013) New Revision: 40855 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=40855 Log: * ext/extmk.rb: nodoc this file Modified files: trunk/ChangeLog trunk/ext/extmk.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 40854) +++ ChangeLog (revision 40855) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Mon May 20 21:41:15 2013 Zachary Scott <zachary@z...> + + * ext/extmk.rb: nodoc this file + Mon May 20 20:43:32 2013 Zachary Scott <zachary@z...> * lib/cmath.rb: Remove duplicate RDoc heading from overview Index: ext/extmk.rb =================================================================== --- ext/extmk.rb (revision 40854) +++ ext/extmk.rb (revision 40855) @@ -1,6 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ext/extmk.rb#L1 #! /usr/local/bin/ruby # -*- mode: ruby; coding: us-ascii -*- +# :stopdoc: $extension = nil $extstatic = nil $force_static = nil @@ -721,6 +722,7 @@ elsif !$configure_only https://github.com/ruby/ruby/blob/trunk/ext/extmk.rb#L722 $mflags.concat(rubies) system($make, *sysquote($mflags)) or exit($?.exitstatus) end +# :startdoc: #Local variables: # mode: ruby -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/