Commit cc76e051 by Alexander Kryklia

fix

parent 4811e736
...@@ -315,7 +315,7 @@ task :showdocs do ...@@ -315,7 +315,7 @@ task :showdocs do
if RUBY_PLATFORM.include? 'darwin' # mac os if RUBY_PLATFORM.include? 'darwin' # mac os
sh('open index.html') sh('open index.html')
elsif RUBY_PLATFORM.include? 'linux' # make more ubuntu specific? elsif RUBY_PLATFORM.include? 'linux' # make more ubuntu specific?
sh('sens-browser index.html') # ubuntu sh('sensible-browser index.html') # ubuntu
else else
raise "\nUndefined how to run browser on your machine. raise "\nUndefined how to run browser on your machine.
Please use 'rake builddocs' and then manually open Please use 'rake builddocs' and then manually open
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment