mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/extmk.rb: nodoc this file
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40855 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
275eb63b1a
commit
c09172f395
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon May 20 21:41:15 2013 Zachary Scott <zachary@zacharyscott.net>
|
||||
|
||||
* ext/extmk.rb: nodoc this file
|
||||
|
||||
Mon May 20 20:43:32 2013 Zachary Scott <zachary@zacharyscott.net>
|
||||
|
||||
* lib/cmath.rb: Remove duplicate RDoc heading from overview
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#! /usr/local/bin/ruby
|
||||
# -*- mode: ruby; coding: us-ascii -*-
|
||||
|
||||
# :stopdoc:
|
||||
$extension = nil
|
||||
$extstatic = nil
|
||||
$force_static = nil
|
||||
|
@ -721,6 +722,7 @@ elsif !$configure_only
|
|||
$mflags.concat(rubies)
|
||||
system($make, *sysquote($mflags)) or exit($?.exitstatus)
|
||||
end
|
||||
# :startdoc:
|
||||
|
||||
#Local variables:
|
||||
# mode: ruby
|
||||
|
|
Loading…
Add table
Reference in a new issue