How do we create a new PDF file from some html files under one directory merely, i.e. not recursively, as it's just acquired from a server directory to display a rather simple, small reference documentation?

$ ls
cover.png  errata.html  index.html  manual.html


index.html is actually containing table of contents, each line of which is a link to a location in the file manual.html, and also words index. It has line:

<IMG SRC="cover.png" ALT="" TITLE="click to buy the book" BORDER=1 ALIGN="left" HSPACE=12>

manual.html is the content or body of the reference manual
errata.html is the catch up of corrections needed to care in this reference manual

How is the basic yet correct, reliable latex script / commands to accomplish it ?

--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/2324c9d0-d6dc-4b8f-87c4-781800dc23f4n%40googlegroups.com.