mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00
Force manpage to go into section '1' NOT '1p'
This commit is contained in:
parent
d36082ab32
commit
1f350add09
@ -29,6 +29,13 @@ sub MY::libscan
|
||||
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
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user