diff options
author | B. Watson <yalhcru@gmail.com> | 2021-09-26 17:51:30 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:27 +0700 |
commit | 9a2e79831ed1d1c7b7d03b6d62a96c129f01ee0d (patch) | |
tree | a0eda039bd6f52821592b4f11dfc15fbc07804ec /office/convertlit/lit2epub.1 | |
parent | 06c4338844f513b6fcdf3794c6966352a652b41a (diff) |
office/convertlit: Add man page, use SLKCFLAGS.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/convertlit/lit2epub.1')
-rw-r--r-- | office/convertlit/lit2epub.1 | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/office/convertlit/lit2epub.1 b/office/convertlit/lit2epub.1 new file mode 100644 index 0000000000000..24d150c57a89c --- /dev/null +++ b/office/convertlit/lit2epub.1 @@ -0,0 +1,65 @@ +.\" 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. +. |