do not offer PostScript and latin1 output anymore

These formats are rarely used, less than once a day.
This commit is contained in:
Wolfram Schneider 2014-12-22 16:46:13 +00:00
parent 4323b2fcd3
commit fb0e0fa0ce
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46112

View file

@ -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};