lit2epub.1 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. .\" Man page generated from reStructuredText.
  2. .
  3. .
  4. .nr rst2man-indent-level 0
  5. .
  6. .de1 rstReportMargin
  7. \\$1 \\n[an-margin]
  8. level \\n[rst2man-indent-level]
  9. level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
  10. -
  11. \\n[rst2man-indent0]
  12. \\n[rst2man-indent1]
  13. \\n[rst2man-indent2]
  14. ..
  15. .de1 INDENT
  16. .\" .rstReportMargin pre:
  17. . RS \\$1
  18. . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
  19. . nr rst2man-indent-level +1
  20. .\" .rstReportMargin post:
  21. ..
  22. .de UNINDENT
  23. . RE
  24. .\" indent \\n[an-margin]
  25. .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
  26. .nr rst2man-indent-level -1
  27. .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
  28. .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
  29. ..
  30. .TH "LIT2EPUB" 1 "2021-09-26" "20160803" "SlackBuilds.org"
  31. .SH NAME
  32. lit2epub \- convert a DRM1 .lit file to .epub
  33. .\" RST source for lit2epub(1) man page. Convert with:
  34. .
  35. .\" rst2man.py lit2epub.rst > lit2epub.1
  36. .
  37. .\" rst2man.py comes from the SBo development/docutils package.
  38. .
  39. .SH SYNOPSIS
  40. .sp
  41. lit2epub \fBinput.lit\fP \fI[ output.epub ]\fP
  42. .SH DESCRIPTION
  43. .sp
  44. \fBlit2epub\fP is a wrapper script that uses \fBconvertlit\fP(1) and \fBzip\fP(1) to
  45. convert a DRM1 .lit ebook file to an .epub.
  46. .sp
  47. Default output file is written to the current directory, named after the
  48. input filename with the .lit or .LIT extension changed to .epub, or the
  49. input filename with .epub appended, if there is no .lit extension.
  50. .sp
  51. Use \- for the output file, to output to stdout.
  52. .sp
  53. Exit status is 0 on success, non\-zero on failure.
  54. .sp
  55. If you need to convert a non\-DRM1 .lit file, use convertlit to downconvert
  56. to DRM1 first.
  57. .SH AUTHOR
  58. .sp
  59. \fBlit2epub\fP and this man page were written for the SlackBuilds.org
  60. project by B. Watson, and are licensed under the WTFPL.
  61. .SH SEE ALSO
  62. .sp
  63. \fBconvertlit\fP(1), \fBzip\fP(1)
  64. .\" Generated by docutils manpage writer.
  65. .