This commit is contained in:
hniksic
2000-12-09 19:03:14 -08:00
parent 4ae0ad7aff
commit 0db59ca6f6
2 changed files with 7 additions and 2 deletions

View 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