Thank You, I'm experimenting with that now!
For the record, the reusing of the already downloaded HTML files was pretty easy:
Code:
ebook-convert some.recipe somedir/ && for format in mobi epub pdf ; do ebook-convert somedir/index.html "some.${format}" ; done
Anyway, thanks again!