From acc12822b63e6b11d1725bc49aaeeb00960edccc Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Wed, 27 Oct 2021 22:42:31 -0400 Subject: [PATCH] Add description for user_guide task --- Rakefile.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile.rb b/Rakefile.rb index cf00be9..71cd662 100644 --- a/Rakefile.rb +++ b/Rakefile.rb @@ -93,6 +93,7 @@ unless RbConfig::CONFIG["host"]["msys"] yard.options = ["-ogen/yard"] end + desc "Build user guide" task :user_guide do system("ruby", "-Ilib", "rb/gen_user_guide.rb") end