minor: reorganized yardocs. starting to move tutorial and other docs to this repo.

This commit is contained in:
Kyle Banker 2010-11-03 12:40:58 -04:00
parent bc6e3b137a
commit 980b68d7a1
5 changed files with 3 additions and 3 deletions

View File

@ -169,7 +169,7 @@ task :ydoc do
require File.join(File.dirname(__FILE__), 'lib', 'mongo')
out = File.join('ydoc', Mongo::VERSION)
FileUtils.rm_rf('ydoc')
system "yardoc lib/**/*.rb lib/mongo/**/*.rb lib/bson/**/*.rb -e docs/yard_ext.rb -p docs/templates -o #{out} --title MongoRuby-#{Mongo::VERSION}"
system "yardoc lib/**/*.rb lib/mongo/**/*.rb lib/bson/**/*.rb -e yard/yard_ext.rb -p yard/templates -o #{out} --title MongoRuby-#{Mongo::VERSION} --files docs/TUTORIAL.md,docs/1.0_UPGRADE.md"
end
namespace :gem do