From 4960a155c47b6ec96528197e4b6344b49764c060 Mon Sep 17 00:00:00 2001 From: hniksic Date: Sat, 4 Nov 2000 23:06:41 -0800 Subject: [PATCH] [svn] Minor fixes: use $(srcdir) in sample.wgetrc.munged_for_texi_inclusion; added names of many contributors. --- doc/ChangeLog | 4 ++++ doc/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index d7cb1bed..107052a1 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2000-11-05 Hrvoje Niksic + + * Makefile.in (sample.wgetrc.munged_for_texi_inclusion): Use $(srcdir). + 2000-11-05 Hrvoje Niksic * wget.texi: Updated names of contributors. diff --git a/doc/Makefile.in b/doc/Makefile.in index 51469fd6..9c61afd1 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -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)