Skip to content
Snippets Groups Projects
Commit 64d50af0 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

Use -Tascii with HTML man

parent d511eb31
No related branches found
No related tags found
No related merge requests found
......@@ -909,8 +909,10 @@ sub man {
undef $manpath;
}
}
if ( $format =~ /^(ps|pdf)$/ ) {
if ( $format =~ /html$/ ) {
push (@manargs, '-Tascii');
}
if ( $format =~ /^(ps|pdf|html)$/ ) {
push( @manargs, '-t' );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment