From 6f5221f56511adb22c4c3f7f8c890df8c07c8209 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Mon, 28 Oct 2013 12:10:22 +0100 Subject: [PATCH] Update the manifest after a documentation is generated --- lib/tasks/docs.thor | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/tasks/docs.thor b/lib/tasks/docs.thor index 4b87733c..f8b02b5d 100644 --- a/lib/tasks/docs.thor +++ b/lib/tasks/docs.thor @@ -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]}"