From 160945b4997c5999dfebc48b1ca05c92f79c4f1a Mon Sep 17 00:00:00 2001 From: David Dollar Date: Mon, 13 Dec 2010 18:12:28 -0500 Subject: [PATCH] doc the rake task so it shows in -T --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 1bce9f5..62f7b20 100644 --- a/Rakefile +++ b/Rakefile @@ -37,6 +37,7 @@ task :man do sh "git commit -m 'update readme' || echo 'nothing to commit'" end +desc "Generate the Github docs" task :pages => :man do sh %{ cp man/foreman.1.html /tmp/foreman.1.html