[svn] Changes for builddir != srcdir.

This commit is contained in:
janp 2001-06-05 14:43:14 -07:00
parent c7bf50ff70
commit 4f9affe92e
2 changed files with 9 additions and 2 deletions

View File

@ -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.

View File

@ -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