From: Thibault Godouet Date: Sun, 4 Nov 2001 18:59:06 +0000 (+0000) Subject: we now use man2html : better output than groff (which is crashing anyway on my system... X-Git-Tag: ver2_9_4~230 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=162698fc380643cb0d3cbb3b17358196e2c3223d;p=thirdparty%2Ffcron.git we now use man2html : better output than groff (which is crashing anyway on my system :(( ) --- 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)