Hello!
In the version wget-1.7 there is a small bug in the doc/Makefile.
If you build outside the source tree you will notice that you can't
install the manpages. The problem is the following:
install.man: $(MAN)
$(top_srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/man$(manext)
$(INSTALL_DATA) $(srcdir)/$(MAN) $(DESTDIR)$(mandir)/man$(manext)/$(MAN)
The last line should be:
$(INSTALL_DATA) $(MAN) $(DESTDIR)$(mandir)/man$(manext)/$(MAN)
Then it works. The problem shold be corrected in the Makefile.in
Thanks for a good program!
Regards: H�kan
--
H�kan K�llberg, SAP/Treasury, On contract to Telekurs GmbH
Telephon : +49-6227-7-42173 <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>