When you build the epub with the command make epub right now, you would end up with an epub with a broken index (epub readers will not recognize the page numbers, table of contents and the order of pages).
I discovered that the spaces in the directory names cause the issue. This pr fixes that and will do some more improvements for the epub build.
When you build the epub with the command
make epub
right now, you would end up with an epub with a broken index (epub readers will not recognize the page numbers, table of contents and the order of pages).I discovered that the spaces in the directory names cause the issue. This pr fixes that and will do some more improvements for the epub build.