[svn] Makefile.in fix from <sxshf4dvv29.fsf@florida.arsdigita.de>.

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

@ -1,3 +1,8 @@
2000-12-10 Hrvoje Niksic <hniksic@arsdigita.com>
* Makefile.in (install.info): Info files are *not* in $(srcdir),
but in the current build dir.
2000-11-15 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Robots): Document that we now support the meta tag

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