Removed an out of sync comment

This commit is contained in:
Alexey Verkhovsky 2005-05-09 06:12:12 +00:00
parent 705c35d078
commit 0a47c34181

View file

@ -86,7 +86,7 @@ end
# Additional tasks (not standard Rails)
CLEAN << 'pkg' << 'storage/2500' << 'doc' << 'html'
CLEAN << 'pkg' << 'storage' << 'doc' << 'html'
begin
require 'rubygems'
@ -103,7 +103,6 @@ if defined? Rake::GemPackageTask
p.need_zip = true
end
# PKG_VERSION is defined in instiki.gemspec
Rake::PackageTask.new('instiki', gemspec.version) do |p|
p.need_tar = true
p.need_zip = true