mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Changes for builddir != srcdir.
This commit is contained in:
parent
c7bf50ff70
commit
4f9affe92e
@ -1,3 +1,10 @@
|
||||
2001-06-05 Jan Prikryl <prikryl@cg.tuwien.ac.at>
|
||||
|
||||
* Makefile.in (wget.info): Added -I$(srcdir) to support compilation
|
||||
outside the source tree.
|
||||
(install.man): Replaced $(srcdir)$(MAN) with $(MAN). The former
|
||||
did not work when compiling outside the source tree.
|
||||
|
||||
2001-05-26 Hrvoje Niksic <hniksic@arsdigita.com>
|
||||
|
||||
* wget.texi: Updated version to 1.7.
|
||||
|
@ -66,7 +66,7 @@ $(SAMPLERCTEXI): $(srcdir)/sample.wgetrc
|
||||
sed s/@/@@/g $< > $@
|
||||
|
||||
wget.info: $(SAMPLERCTEXI) $(srcdir)/wget.texi
|
||||
-$(MAKEINFO)
|
||||
$(MAKEINFO) -I$(srcdir)
|
||||
|
||||
$(TEXI2POD): $(srcdir)/$(TEXI2POD).in
|
||||
sed s,/usr/bin/perl,@PERL@, $< > $@
|
||||
@ -115,7 +115,7 @@ install.info: wget.info
|
||||
# install man page, creating install directory if necessary
|
||||
install.man: $(MAN)
|
||||
$(top_srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/man$(manext)
|
||||
$(INSTALL_DATA) $(srcdir)/$(MAN) $(DESTDIR)$(mandir)/man$(manext)/$(MAN)
|
||||
$(INSTALL_DATA) $(MAN) $(DESTDIR)$(mandir)/man$(manext)/$(MAN)
|
||||
|
||||
# install sample.wgetrc
|
||||
install.wgetrc: $(srcdir)/sample.wgetrc
|
||||
|
Loading…
Reference in New Issue
Block a user