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