doc the rake task so it shows in -T

This commit is contained in:
David Dollar
2010-12-13 18:12:28 -05:00
parent f2be566051
commit 160945b499
+1
View File
@@ -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