mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Makefile.in fix from <sxshf4dvv29.fsf@florida.arsdigita.de>.
This commit is contained in:
parent
4ae0ad7aff
commit
0db59ca6f6
@ -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>
|
2000-11-15 Hrvoje Niksic <hniksic@arsdigita.com>
|
||||||
|
|
||||||
* wget.texi (Robots): Document that we now support the meta tag
|
* wget.texi (Robots): Document that we now support the meta tag
|
||||||
|
@ -91,8 +91,8 @@ uninstall: uninstall.info # uninstall.man
|
|||||||
# install info pages, creating install directory if necessary
|
# install info pages, creating install directory if necessary
|
||||||
install.info: wget.info
|
install.info: wget.info
|
||||||
$(top_srcdir)/mkinstalldirs $(infodir)
|
$(top_srcdir)/mkinstalldirs $(infodir)
|
||||||
-for file in $(srcdir)/wget.info $(srcdir)/wget.info-*[0-9]; do \
|
-for file in wget.info wget.info-*[0-9]; do \
|
||||||
test -f "$$file" && $(INSTALL_DATA) $$file $(infodir) ; \
|
test -f $$file && $(INSTALL_DATA) $$file $(infodir)/$$file ; \
|
||||||
done
|
done
|
||||||
|
|
||||||
# install man page, creating install directory if necessary
|
# install man page, creating install directory if necessary
|
||||||
|
Loading…
Reference in New Issue
Block a user