hi,

guess there is a bug in the Makefile.in of the doc directory
the wget.1 couldn't be found if --srcdir option is used ...

regards
michael

8<-------------------------------------------------

/> diff doc/Makefile.in doc/Makefile.in_new 
118c118
<       $(INSTALL_DATA) $(srcdir)/$(MAN)
$(DESTDIR)$(mandir)/man$(manext)/$(MAN)
---
>       $(INSTALL_DATA) $(MAN) $(DESTDIR)$(mandir)/man$(manext)/$(MAN)

Reply via email to