Hello,
There is a small bug in lit2epub (present at least in version 0.1.1) which causes it to produce EPUB files with invalid (i.e. different than original) names for some files (e.g. "split.lit" would be renamed to "s.lit.lit").
In order to fix this I suggest changing line 28 to:
EPUB=$(echo $1 | sed -e 's/\.lit$/.epub/')
Cheers,
Tomasz.
2009-08-16 18:14:55 UTC in ebook tools