Commit 18bc2ab8 authored by Fabio Pelosin's avatar Fabio Pelosin

[#184] fix for documentation options

parent fe28e35b
...@@ -80,7 +80,7 @@ module Pod ...@@ -80,7 +80,7 @@ module Pod
options = generate_appledoc_options options = generate_appledoc_options
options += ['--output', @target_path.to_s] options += ['--output', @target_path.to_s]
options += ['--keep-intermediate-files'] options += ['--keep-intermediate-files']
options += install ? ['-create-docset'] : ['--no-create-docset'] options += install ? ['--create-docset'] : ['--no-create-docset']
@target_path.mkpath @target_path.mkpath
@pod.chdir do @pod.chdir do
......
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