Quote:
Originally Posted by The Old Man
Thank you Jon & Gwyn, I'm giving it a try.
Well, I tried it. Keep getting the error "this does not appear to be a LIT file".
|
You should be running:
That is, run it directly on the LIT file.
lit2lrf currently uses ConvertLIT to extract the contents of a LIT file[1]. If you don't have ConvertLIT somewhere lit2lrf can find it, then you can run it yourself first, then run html2lrf with the --use-spine option:
Code:
clit book.lit book/
html2lrf --use-spine book/book.opf
Hope this helps!
[1] Yes, yes -- I agreed to fix that... Easily distracted. :-)