point to the better-formatted man page for help

This commit is contained in:
David Dollar
2010-07-04 14:39:27 -04:00
parent dbfd8ba49a
commit 2b90c48eb4
2 changed files with 3 additions and 138 deletions

View File

@@ -29,7 +29,6 @@ task :man do
ENV['RONN_MANUAL'] = "Foreman Manual"
ENV['RONN_ORGANIZATION'] = "Foreman #{Foreman::VERSION}"
sh "ronn -w -s toc -r5 --markdown man/*.ronn"
sh "cp man/foreman.1.markdown README.markdown"
sh "git add README.markdown"
sh "git commit -m 'update readme' || echo 'nothing to commit'"
end