diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-09-25 21:50:09 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-09-25 21:50:09 +0000 |
commit | aba9642fb57e9a60ba895df58e9b6a4c9c965f6e (patch) | |
tree | 843fcdc379d69fd078b35a34e784d573111196cc | |
parent | 20cdc575988d772e5bafd3cd8a73745804ee42b6 (diff) | |
download | fetchmail-aba9642fb57e9a60ba895df58e9b6a4c9c965f6e.tar.gz fetchmail-aba9642fb57e9a60ba895df58e9b6a4c9c965f6e.tar.bz2 fetchmail-aba9642fb57e9a60ba895df58e9b6a4c9c965f6e.zip |
HTMLize the man page properly.
svn path=/trunk/; revision=2608
-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 |