From 8830aeadb37add2e933fef0ca7ef7544012ff30b Mon Sep 17 00:00:00 2001
From: Lyle Johnson <lyle@lylejohnson.name>
Date: Tue, 15 Sep 2009 15:28:41 -0500
Subject: [PATCH] Commented out code for suppressing RDoc of ext/fox16

---
 Rakefile | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/Rakefile b/Rakefile
index 1d6b268..cb6c6f7 100755
--- a/Rakefile
+++ b/Rakefile
@@ -34,6 +34,13 @@ end
 # Make sure extension is built before tests are run
 task :test => [:compile]
 
+# The "docs" task created by Hoe assumes that we want to run RDoc
+# over everything under the "lib" and "ext" subdirectories.
+# We need to go back and tell it to skip the stuff under ext.
+# rdoc_target = Rake::Task['docs'].prerequisites.first
+# rdoc_files = Rake::Task[rdoc_target].prerequisites
+# rdoc_files.reject! {|x| x == "ext/fox16" }
+
 # Make sure that all of the package contents exist before we try to build the package
 #Rake::Task['package'].prerequisites.unshift("swig:swig", "fxruby:guide", "fxruby:setversions", "fxruby:generate_kwargs_lib")
 
-- 
GitLab