aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rwxr-xr-xext/extmk.rb2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f1314db7d9..b138c26421 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/ext/extmk.rb b/ext/extmk.rb
index 871996e3fe..9521e6ca0a 100755
--- a/ext/extmk.rb
+++ b/ext/extmk.rb
@@ -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