DocSet is a Perl module with documentation projects builder in HTML, PS and PDF formats.
SYNOPSIS
docset_build [options] base_full_path relative_to_base_config_file_location
Options:
-h this help
-v verbose
-i podify pseudo-pod items (s/^* /=item */)
-s create the splitted html version (not implemented)
-t create tar.gz (not implemented)
-p generate PS file
-d generate PDF file
-f force a complete rebuild
-a print available hypertext anchors (not implemented)
-l perform L links validation in pod docs
-e slides mode (for presentations) (not implemented)
-m executed from Makefile (forces rebuild,
no PS/PDF file,
no tgz archive!)
This package builds a docset from sources in different formats. The generated documents can be all nicely interlinked and to have the same look and feel.
Currently it knows to handle input formats:
* POD * HTML
and knows to generate:
* HTML * PS * PDF
Product's homepage
Requirements:
· Perl