From 162698fc380643cb0d3cbb3b17358196e2c3223d Mon Sep 17 00:00:00 2001 From: Thibault Godouet Date: Sun, 4 Nov 2001 18:59:06 +0000 Subject: [PATCH] we now use man2html : better output than groff (which is crashing anyway on my system :(( ) --- Makefile.in | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Makefile.in b/Makefile.in index 87bcd4b..f8c3ff8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # @configure_input@ -# $Id: Makefile.in,v 1.78 2001-11-02 13:39:32 thib Exp $ +# $Id: Makefile.in,v 1.79 2001-11-04 18:59:06 thib Exp $ # The following should not be edited manually (use configure options) # If you must do it, BEWARE : some of the following is also defined @@ -166,11 +166,12 @@ files/fcron.conf: files/fcron.conf.in config.h %.html: %.in Makefile config.h script/gen-in.pl $*.in $* - groff -Thtml -mandoc $* > ./tmp - sed "s:: \ - Generated by groff

$(*F)


:I" < ./tmp > $@ - rm -f ./tmp +# groff -Thtml -mandoc $* > ./tmp +# sed "s:: \ +# Generated by groff

$(*F)


:I" < ./tmp > $@ +# rm -f ./tmp + man2html $* | sed "s:\(.*\):\1:" > $@ updatedoc: doc/* script/gen-doc $(VERSION) -- 2.47.3