
pod2book - Convert a number of POD pages into a LaTeX book

pod2book [options] conf_file
Options:
-help brief help message
-man full documentation


pod2book takes a collection of POD pages specified in the configuration file and turns them into a single LaTeX document. Run the commands on the resulting file (let's assume it's called book.tex)
pdflatex book pdflatex book makeindex book pdflatex book
to produce the book in PDF format. Keep your fingers crossed when running pdflatex ;-).

See Pod::LaTeX::Book for details on the format of the configuration file.