do not offer PostScript and latin1 output anymore
These formats are rarely used, less than once a day.
This commit is contained in:
parent
4323b2fcd3
commit
fb0e0fa0ce
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46112
1 changed files with 2 additions and 3 deletions
|
@ -1635,9 +1635,8 @@ ETX
|
|||
ETX
|
||||
|
||||
my @format = ('html');
|
||||
push( @format, ( 'pdf', 'ps' ) ) if !$no_pdf_output{$manpath};
|
||||
push( @format, ( 'latin1', 'ascii' ) )
|
||||
; # you need a 8 bit clean man, e.g. jp-man
|
||||
push( @format, ( 'pdf' ) ) if !$no_pdf_output{$manpath};
|
||||
push( @format, ( 'ascii' ) );
|
||||
|
||||
foreach (@format) {
|
||||
print qq{<option value="$_">$_</option>\n};
|
||||
|
|
Loading…
Reference in a new issue