Sha256: d9d07ee7b520d7b55f78d821f960df7b739bdab0546ed30fea923350058489aa

Contents?: true

Size: 1.19 KB

Versions: 1

Compression:

Stored size: 1.19 KB

Contents

.TH MD2MAN\-RAKE 1 2016\-02\-13 5.0.1
.SH NAME
.PP
md2man\-rake \- run 
.BR rake (1) 
tasks from 
.BR md2man (1)
.SH SYNOPSIS
.PP
\fB\fCmd2man\-rake\fR [\fIOPTION\fP]... [\fITASK\fP]...
.SH DESCRIPTION
.PP
This program lets you run 
.BR rake (1) 
tasks provided by 
.BR md2man (1) 
without having
to create a special file named \fB\fCRakefile\fR that contains the following snippet:
.PP
.RS
.nf
require 'md2man/rakefile'
.fi
.RE
.PP
If no \fITASK\fP is specified, then the \fB\fCmd2man\fR task is run by default.
.SH TASKS
.TP
\fB\fCmd2man\fR
Runs the \fB\fCmd2man:man\fR and \fB\fCmd2man:web\fR tasks, in that order.
.TP
\fB\fCmd2man:man\fR
Builds UNIX manual pages from \fB\fC*.markdown\fR, \fB\fC*.mkd\fR, and \fB\fC*.md\fR files
found in or beneath the \fB\fCman/\fR subdirectory in your working directory.
.TP
\fB\fCmd2man:web\fR
Builds HTML manual pages from \fB\fC*.markdown\fR, \fB\fC*.mkd\fR, and \fB\fC*.md\fR files
found in or beneath the \fB\fCman/\fR subdirectory in your working directory.
.SH OPTIONS
.TP
\fB\fC\-h\fR, \fB\fC\-\-help\fR
Show this help manual.
.PP
Run \fB\fCrake \-\-help\fR to see more options.
.SH SEE ALSO
.PP
.BR rake (1), 
.BR md2man-roff (1), 
.BR md2man-html (1), 
.BR md2man (5)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
md2man-5.0.1 man/man1/md2man-rake.1