]> sjero.net Git - wget/blobdiff - doc/Makefile.in
[svn] Makefile.in fix from <sxshf4dvv29.fsf@florida.arsdigita.de>.
[wget] / doc / Makefile.in
index 9c61afd1f9fa5389a58e560c933ca15367c16d0e..977d6f266255ab32a17089fe7045c23db24639f8 100644 (file)
@@ -91,8 +91,8 @@ uninstall: uninstall.info # uninstall.man
 # install info pages, creating install directory if necessary
 install.info: wget.info
        $(top_srcdir)/mkinstalldirs $(infodir)
-       -for file in $(srcdir)/wget.info $(srcdir)/wget.info-*[0-9]; do \
-          test -f "$$file" && $(INSTALL_DATA) $$file $(infodir) ; \
+       -for file in wget.info wget.info-*[0-9]; do \
+          test -f $$file && $(INSTALL_DATA) $$file $(infodir)/$$file ; \
        done
 
 # install man page, creating install directory if necessary