This commit is contained in:
Alexander Kryklia
2012-12-20 17:28:53 +02:00
parent 4811e73645
commit cc76e0518d

View File

@@ -315,7 +315,7 @@ task :showdocs do
if RUBY_PLATFORM.include? 'darwin' # mac os
sh('open index.html')
elsif RUBY_PLATFORM.include? 'linux' # make more ubuntu specific?
sh('sens-browser index.html') # ubuntu
sh('sensible-browser index.html') # ubuntu
else
raise "\nUndefined how to run browser on your machine.
Please use 'rake builddocs' and then manually open