honour -o
This commit is contained in:
parent
545fd53b88
commit
367437fec5
@ -83,7 +83,7 @@ Dir.mkdir output_dir if !File.directory?(output_dir)
|
|||||||
# Run each file through Rocco and write output.
|
# Run each file through Rocco and write output.
|
||||||
sources.each do |filename|
|
sources.each do |filename|
|
||||||
rocco = Rocco.new(filename, sources, options)
|
rocco = Rocco.new(filename, sources, options)
|
||||||
dest = filename.split('.')[0..-2].join('.') + '.html'
|
dest = File.join(output_dir, filename.split('.')[0..-2].join('.') + '.html')
|
||||||
puts "rocco: #{filename} -> #{dest}"
|
puts "rocco: #{filename} -> #{dest}"
|
||||||
File.open(dest, 'wb') { |fd| fd.write(rocco.to_html) }
|
File.open(dest, 'wb') { |fd| fd.write(rocco.to_html) }
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user