66 lines
1.8 KiB
Groff
66 lines
1.8 KiB
Groff
.\" Man page generated from reStructuredText.
|
|
.
|
|
.
|
|
.nr rst2man-indent-level 0
|
|
.
|
|
.de1 rstReportMargin
|
|
\\$1 \\n[an-margin]
|
|
level \\n[rst2man-indent-level]
|
|
level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|
-
|
|
\\n[rst2man-indent0]
|
|
\\n[rst2man-indent1]
|
|
\\n[rst2man-indent2]
|
|
..
|
|
.de1 INDENT
|
|
.\" .rstReportMargin pre:
|
|
. RS \\$1
|
|
. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
|
|
. nr rst2man-indent-level +1
|
|
.\" .rstReportMargin post:
|
|
..
|
|
.de UNINDENT
|
|
. RE
|
|
.\" indent \\n[an-margin]
|
|
.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|
.nr rst2man-indent-level -1
|
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
|
..
|
|
.TH "LIT2EPUB" 1 "2021-09-26" "20160803" "SlackBuilds.org"
|
|
.SH NAME
|
|
lit2epub \- convert a DRM1 .lit file to .epub
|
|
.\" RST source for lit2epub(1) man page. Convert with:
|
|
.
|
|
.\" rst2man.py lit2epub.rst > lit2epub.1
|
|
.
|
|
.\" rst2man.py comes from the SBo development/docutils package.
|
|
.
|
|
.SH SYNOPSIS
|
|
.sp
|
|
lit2epub \fBinput.lit\fP \fI[ output.epub ]\fP
|
|
.SH DESCRIPTION
|
|
.sp
|
|
\fBlit2epub\fP is a wrapper script that uses \fBconvertlit\fP(1) and \fBzip\fP(1) to
|
|
convert a DRM1 .lit ebook file to an .epub.
|
|
.sp
|
|
Default output file is written to the current directory, named after the
|
|
input filename with the .lit or .LIT extension changed to .epub, or the
|
|
input filename with .epub appended, if there is no .lit extension.
|
|
.sp
|
|
Use \- for the output file, to output to stdout.
|
|
.sp
|
|
Exit status is 0 on success, non\-zero on failure.
|
|
.sp
|
|
If you need to convert a non\-DRM1 .lit file, use convertlit to downconvert
|
|
to DRM1 first.
|
|
.SH AUTHOR
|
|
.sp
|
|
\fBlit2epub\fP and this man page were written for the SlackBuilds.org
|
|
project by B. Watson, and are licensed under the WTFPL.
|
|
.SH SEE ALSO
|
|
.sp
|
|
\fBconvertlit\fP(1), \fBzip\fP(1)
|
|
.\" Generated by docutils manpage writer.
|
|
.
|