about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-03-04 19:10:26 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-03-04 19:10:26 +0000
commit8efc08e2392a77161e7d04c7319a9c302fa9226e (patch)
tree8b9e1f5188411b921e21b92e0e92983b35fe1cbc /Rakefile
parente174990cc8920a11259fb6c8f0da88d2d66a71fd (diff)
downloadunicorn-8efc08e2392a77161e7d04c7319a9c302fa9226e.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@78 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 581f92c..d2ef212 100644
--- a/Rakefile
+++ b/Rakefile
@@ -10,7 +10,7 @@ include FileUtils
 setup_tests
 setup_clean ["ext/http11/*.{bundle,so,obj,pdb,lib,def,exp}", "ext/http11/Makefile", "pkg", "lib/*.bundle", "*.gem", "doc/site/output", ".config"]
 
-setup_rdoc ['README', 'LICENSE', 'COPYING', 'lib/*.rb', 'doc/**/*.rdoc', 'ext/http11/http11.c']
+setup_rdoc ['README', 'LICENSE', 'COPYING', 'lib/**/*.rb', 'doc/**/*.rdoc', 'ext/http11/http11.c']
 
 desc "Does a full compile, test run"
 task :default => [:compile, :test]