]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
we now use man2html : better output than groff (which is crashing anyway on my system...
authorThibault Godouet <yo8192@users.noreply.github.com>
Sun, 4 Nov 2001 18:59:06 +0000 (18:59 +0000)
committerThibault Godouet <yo8192@users.noreply.github.com>
Sun, 4 Nov 2001 18:59:06 +0000 (18:59 +0000)
Makefile.in

index 87bcd4b6ee7824947391a6e8a5c2b37ea31a896f..f8c3ff85fbcccb00490d1da1511886f4c70b5ada 100644 (file)
@@ -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:<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)