Installation

Run
1) ./configure [ --cgidir DIR ] [ --mandir DIR ] [ --formdir DIR ] \
	[ --cgiurl DIR ] [ --indexurl FILE ] [ --usegnuinfo {0|1} ]
(run ./configure to see the defaults)
 
 cgidir ... your cgi-bin directory where the yman2html programm will be installed
 mandir ... the manual page for the program will be installed there
 fordir ... the entry form to start the program will be copied there
 cgiurl ... the url of cgidir
 indexurl ... a link in the manpage will refer to this start page
 bindir ... a link will be created there to cgidir/yman2html for standalone usage
 usegnuinfo ... use gnuinfo insted of info2html (default=1)
  	
and propably as root
2) make install

That's all
