提交 a8db01c6 编写于 作者: R Ryan Tomayko

rake man builds, displays manual page

上级 3d4787e1
......@@ -22,6 +22,11 @@ task :standalone => [ :test, :load_hub ] do
Hub::Standalone.save('hub')
end
desc "Build hub manual"
task 'man' do
sh "ron -br5 -m --organization=DEFUNKT --manual='Git Manual' man/*.ron"
end
task :load_hub do
$LOAD_PATH.unshift 'lib'
require 'hub'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册