diff options
Diffstat (limited to 'vendor/plugins/gloc-1.1.0/Rakefile')
-rw-r--r-- | vendor/plugins/gloc-1.1.0/Rakefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/vendor/plugins/gloc-1.1.0/Rakefile b/vendor/plugins/gloc-1.1.0/Rakefile deleted file mode 100644 index a5b8fe762..000000000 --- a/vendor/plugins/gloc-1.1.0/Rakefile +++ /dev/null @@ -1,15 +0,0 @@ -Dir.glob("#{File.dirname(__FILE__)}/tasks/*.rake").each {|f| load f}
-
-task :default => 'gloc:sort'
-
-# RDoc task
-require 'rake/rdoctask'
-Rake::RDocTask.new() { |rdoc|
- rdoc.rdoc_dir = 'doc'
- rdoc.title = "GLoc Localization Library Documentation"
- rdoc.options << '--line-numbers' << '--inline-source'
- rdoc.rdoc_files.include('README', 'CHANGELOG')
- rdoc.rdoc_files.include('lib/**/*.rb')
- rdoc.rdoc_files.exclude('lib/gloc-dev.rb')
- rdoc.rdoc_files.exclude('lib/gloc-config.rb')
-}
|