mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Allow building in a separate tree when writing to source tree is impossible.
This commit is contained in:
parent
743ea50b38
commit
d2a87bd2a4
@ -1,3 +1,8 @@
|
||||
2004-05-13 Nico R. <n-roeser@gmx.net>
|
||||
|
||||
* Makefile.in: Allow building in a separate tree with source tree
|
||||
write-protected.
|
||||
|
||||
2004-02-22 Hrvoje Niksic <hniksic@xemacs.org>
|
||||
|
||||
* wget.texi (Contributors): Updated.
|
||||
|
@ -48,7 +48,7 @@ INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
RM = rm -f
|
||||
|
||||
TEXI2POD = $(srcdir)/texi2pod.pl
|
||||
TEXI2POD = texi2pod.pl
|
||||
POD2MAN = @POD2MAN@
|
||||
MAN = wget.$(manext)
|
||||
WGETRC = $(sysconfdir)/wgetrc
|
||||
@ -68,12 +68,12 @@ $(SAMPLERCTEXI): $(srcdir)/sample.wgetrc
|
||||
wget.info: $(srcdir)/wget.texi $(SAMPLERCTEXI)
|
||||
$(MAKEINFO) -I$(srcdir) $<
|
||||
|
||||
$(TEXI2POD): $(TEXI2POD).in
|
||||
$(TEXI2POD): $(srcdir)/$(TEXI2POD).in
|
||||
sed 's,^#! /usr/bin/perl,#! @PERL@,' $? > $@
|
||||
chmod u+x $@
|
||||
|
||||
wget.pod: $(srcdir)/wget.texi $(TEXI2POD)
|
||||
$(TEXI2POD) $(srcdir)/wget.texi $@
|
||||
./$(TEXI2POD) $(srcdir)/wget.texi $@
|
||||
|
||||
$(MAN): wget.pod
|
||||
$(POD2MAN) --center="GNU Wget" --release="GNU Wget @VERSION@" $? > $@
|
||||
|
Loading…
Reference in New Issue
Block a user