View Single Post
Old 07-19-2011, 08:41 AM   #1
miwie
Connoisseur
miwie began at the beginning.
 
Posts: 76
Karma: 12
Join Date: Nov 2010
Device: Android, PB Pro 602
EPUB for GIT User manual

I'd like to convert the official GIT user manual (one single HTML page) into an EPUB using the following simple conversion process:

Code:
wget -O git-manual.html http://www.kernel.org/pub/software/scm/git/docs/user-manual.html
ebook-convert git-manual.html git-manual.epub
This works in general but I get kind of duplicated TOC entries because each chapter contains a sub-TOC with entries of this chapter. I'd like to omit these sub-TOCs and page breaks only on chapter level.

Any hints?
Moderator Notice
Moved to Conversion forum

Last edited by Starson17; 07-19-2011 at 10:27 AM.
miwie is offline   Reply With Quote