htmlize-many-files
htmlize-many-files is an interactive Lisp function in `htmlize.el
'.
(htmlize-many-files FILES &optional TARGET-DIRECTORY)
Convert FILES to HTML and save the corresponding HTML versions.
FILES should be a list of file names to convert. This function calls
`htmlize-file' on each file; see that function for details. When
invoked interactively, you are prompted for a list of files to convert,
terminated with RET.
If TARGET-DIRECTORY is specified, the HTML files will be saved to that
directory. Normally, each HTML file is saved to the directory of the
corresponding source file.