binman-rake - run rake(1) tasks from binman(1)
binman-rake
[OPTION]... [TASK]...
This program lets you run rake(1) tasks provided by binman(1) without having
to create a special file named Rakefile
that contains the following snippet:
require 'binman/rakefile'
If no TASK is specified, then the binman
task is run by default.
binman
binman:man
and binman:web
tasks, in that order.binman:man
bin/
directory.
It also runs the md2man:man
task, provided by md2man-rake(1), which
builds UNIX manual pages from *.markdown
, *.mkd
, and *.md
files
found in or beneath the man/
subdirectory in your working directory.binman:web
bin/
directory.
It also runs the md2man:web
task, provided by md2man-rake(1), which
builds HTML manual pages from *.markdown
, *.mkd
, and *.md
files
found in or beneath the man/
subdirectory in your working directory.-h
, --help
Run rake --help
to see more options.