From be2bb417ef0c145524c878b903c0d58a6bee73ba Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 5 Jan 2001 18:50:05 +0000 Subject: Use man2server. svn path=/trunk/; revision=3007 --- Makefile.in | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile.in b/Makefile.in index aaddb734..8b3462b0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -286,11 +286,10 @@ NOTES: design-notes.html echo " (This document was generated from design-notes.html)" >NOTES lynx -dump -nolist design-notes.html | grep -v "Back to " >NOTES -# man2html chokes and dies on this man page +# man2html no longer chokes and dies on this man page, +# but manServer.pl does a much better job. fetchmail-man.html: fetchmail.man - echo "
"                                  >fetchmail-man.html
-	groff -t -man -Tascii -P-b -P-u fetchmail.man >>fetchmail-man.html
-	echo "
" >>fetchmail-man.html + man2Server.pl fetchmail.man >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