1
0
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:
hniksic 2000-11-04 23:06:41 -08:00
parent 6a5009aee8
commit 4960a155c4
2 changed files with 5 additions and 1 deletions

View File

@ -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>
* wget.texi: Updated names of contributors.

View File

@ -56,7 +56,7 @@ all: wget.info # wget.cat
everything: all wget_us.ps wget_a4.ps wget_toc.html
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
-$(MAKEINFO)