diff options
-rw-r--r-- | Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 6d80ea7b..8abcefca 100644 --- a/Makefile.in +++ b/Makefile.in @@ -259,9 +259,9 @@ NOTES: design-notes.html # man2html chokes and dies on this man page fetchmail-man.html: fetchmail.man - echo "<pre>" >fetchmail-man.html - groff -man -Tascii -P-b -P-u fetchmail.man >>fetchmail-man.html - echo "</pre>" >>fetchmail-man.html + echo "<pre>" >fetchmail-man.html + groff -t -man -Tascii -P-b -P-u fetchmail.man >>fetchmail-man.html + echo "</pre>" >>fetchmail-man.html # Make distribution, update LSM with proper size, remake distribution # (Making fetchmail-man.html is a kluge to ensure that it will be |