mirror of
https://github.com/mirror/wget.git
synced 2026-08-22 19:03:27 +08:00
[svn] Makefile.in fix from <sxshf4dvv29.fsf@florida.arsdigita.de>.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user