Don't fail out rake docs:install when Appledoc exits with warning exitstatus

This commit is contained in:
Blake Watters
2011-08-02 10:15:24 -04:00
parent db0b97621b
commit ac5d2d58c1

View File

@@ -100,7 +100,7 @@ namespace :docs do
desc "Generate & install a docset into Xcode from the current sources"
task :install do
command = apple_doc_command << " --install-docset Code/"
run(command)
run(command, 1)
end
desc "Build and upload the documentation set to the remote server"