From aba9642fb57e9a60ba895df58e9b6a4c9c965f6e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 25 Sep 1999 21:50:09 +0000 Subject: HTMLize the man page properly. svn path=/trunk/; revision=2608 --- Makefile.in | 6 +++--- 1 file 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 "
"                               >fetchmail-man.html
-	groff -man -Tascii -P-b -P-u fetchmail.man >>fetchmail-man.html
-	echo "
" >>fetchmail-man.html + echo "
"                                  >fetchmail-man.html
+	groff -t -man -Tascii -P-b -P-u fetchmail.man >>fetchmail-man.html
+	echo "
" >>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 -- cgit v1.2.3