pub fn build_script_with_man_written_to<P: AsRef<Path>, M: AsRef<Path> + Into<PathBuf>>(
    source: P,
    output: M
) -> Result<(), Error>
Expand description

Generates the source code and manual page at specified location.

This is same as build_script_with_man(), but it allows you to choose where to put the man page.