mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Minor fixes: use $(srcdir) in sample.wgetrc.munged_for_texi_inclusion;
added names of many contributors.
This commit is contained in:
parent
6a5009aee8
commit
4960a155c4
@ -1,3 +1,7 @@
|
|||||||
|
2000-11-05 Hrvoje Niksic <hniksic@arsdigita.com>
|
||||||
|
|
||||||
|
* Makefile.in (sample.wgetrc.munged_for_texi_inclusion): Use $(srcdir).
|
||||||
|
|
||||||
2000-11-05 Hrvoje Niksic <hniksic@arsdigita.com>
|
2000-11-05 Hrvoje Niksic <hniksic@arsdigita.com>
|
||||||
|
|
||||||
* wget.texi: Updated names of contributors.
|
* wget.texi: Updated names of contributors.
|
||||||
|
@ -56,7 +56,7 @@ all: wget.info # wget.cat
|
|||||||
everything: all wget_us.ps wget_a4.ps wget_toc.html
|
everything: all wget_us.ps wget_a4.ps wget_toc.html
|
||||||
|
|
||||||
sample.wgetrc.munged_for_texi_inclusion: sample.wgetrc
|
sample.wgetrc.munged_for_texi_inclusion: sample.wgetrc
|
||||||
sed s/@/@@/g sample.wgetrc > sample.wgetrc.munged_for_texi_inclusion
|
sed s/@/@@/g $(srcdir)/sample.wgetrc > sample.wgetrc.munged_for_texi_inclusion
|
||||||
|
|
||||||
wget.info: sample.wgetrc.munged_for_texi_inclusion wget.texi
|
wget.info: sample.wgetrc.munged_for_texi_inclusion wget.texi
|
||||||
-$(MAKEINFO)
|
-$(MAKEINFO)
|
||||||
|
Loading…
Reference in New Issue
Block a user