Update the manifest after a documentation is generated

pull/10/head
Thibaut 11 years ago
parent eeaa1fea3e
commit 6f5221f565

@ -66,6 +66,7 @@ class DocsCLI < Thor
end
if Docs.generate(name)
Docs.generate_manifest
puts 'Done'
else
puts "Failed!#{' (try running with --debug for more information)' unless options[:debug]}"

Loading…
Cancel
Save