summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlain Magloire <alainm@gnu.org>2001-05-07 15:28:54 +0000
committerAlain Magloire <alainm@gnu.org>2001-05-07 15:28:54 +0000
commit5c2bb9274e7e5826e220c29e7b4f5a03269d2d27 (patch)
treee2f7f221c327645b4a92b015f87c088f99e79931
parent92f73743a6b0a4ceab00228f154f9615b1f07695 (diff)
downloadmailutils-5c2bb9274e7e5826e220c29e7b4f5a03269d2d27.tar.gz
mailutils-5c2bb9274e7e5826e220c29e7b4f5a03269d2d27.tar.bz2
use top_srcdir
-rw-r--r--doc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 0607918ff..1aa9f1d51 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -23,6 +23,6 @@ EXTRA_DIST = \
url.texi \
version.texi
-ex-address.texi: ../examples/addr.c
+ex-address.texi: ${top_srdir}/examples/addr.c
sed -es/{/@{/g -e s/}/@}/g < $< > $@

Return to:

Send suggestions and report system problems to the System administrator.