Force manpage to go into section '1' NOT '1p'

This commit is contained in:
Dima Kogan 2012-09-10 18:55:53 -07:00
parent d36082ab32
commit 1f350add09

View File

@ -29,6 +29,13 @@ sub MY::libscan
return $self->SUPER::libscan ($file); return $self->SUPER::libscan ($file);
} }
# I want my manpage to go into the man section '1', NOT '1p'. Here I add a
# snippet to the end of the generated Makefile to force this
sub MY::postamble
{
return "MAN1EXT := 1\n";
}
WriteMakefile WriteMakefile
( (