Skip to content

Commit

Permalink
adding man tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed Oct 15, 2013
1 parent d0b0257 commit caa3b9e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tasks/man.rake
@@ -0,0 +1,7 @@
#------------------------------------------------------------------------------
# man pages
#------------------------------------------------------------------------------
desc "Create the man pages"
task :man do
sh "ronn --roff #{FileList["man/*.ronn"]}"
end

0 comments on commit caa3b9e

Please sign in to comment.