using info2pod to generate the pod file to have a complete manpage

--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -1032,8 +1032,10 @@
 $(SAMPLERCTEXI): $(srcdir)/sample.wgetrc
 	sed s/@/@@/g $? > $@
 
-wget.pod: $(srcdir)/wget.texi version.texi
-	$(TEXI2POD) $(srcdir)/wget.texi $@
+#wget.pod: $(srcdir)/wget.texi version.texi
+#	$(TEXI2POD) $(srcdir)/wget.texi $@
+wget.pod: wget.info
+	info2pod wget.info > $@
 
 $(MAN): wget.pod
 	$(POD2MAN) --center="GNU Wget" --release="GNU Wget @VERSION@" $? > $@
