# @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
%.html: %.in Makefile config.h
script/gen-in.pl $*.in $*
- groff -Thtml -mandoc $* > ./tmp
- sed "s:<body.*>:<body BGCOLOR="\#000000" TEXT="\#FFFFFF" \
- LINK="\#0FA0FF" VLINK="\#B000B0" ALINK="\#FF0000"> \
- <i>Generated by groff</i><br><h1>$(*F)</h1><br>:I" < ./tmp > $@
- rm -f ./tmp
+# groff -Thtml -mandoc $* > ./tmp
+# sed "s:<body.*>:<body BGCOLOR="\#000000" TEXT="\#FFFFFF" \
+# LINK="\#0FA0FF" VLINK="\#B000B0" ALINK="\#FF0000"> \
+# <i>Generated by groff</i><br><h1>$(*F)</h1><br>:I" < ./tmp > $@
+# rm -f ./tmp
+ man2html $* | sed "s:<A HREF=\"http.*>\(.*\)</A>:\1:" > $@
updatedoc: doc/*
script/gen-doc $(VERSION)