diff options
author | Mark Mitchell <mark@codesourcery.com> | 2005-10-11 04:49:16 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 2005-10-11 04:49:16 +0000 |
commit | 1334d4d50c52bc295dace4982442369838f478b3 (patch) | |
tree | cae5b85014922d0a819fabb8c1d312d6556b2f8b /binutils/doc/Makefile.am | |
parent | 7dd98ef00d737e4f95e4c8edebce8c2fb404870f (diff) | |
download | gdb-1334d4d50c52bc295dace4982442369838f478b3.zip gdb-1334d4d50c52bc295dace4982442369838f478b3.tar.gz gdb-1334d4d50c52bc295dace4982442369838f478b3.tar.bz2 |
* doc/Makefile.am (config.texi): Set top_srcdir.
* doc/Makefile.in: Regenerated.
* doc/binutils.texi: Use at-file.texi from libiberty.
Diffstat (limited to 'binutils/doc/Makefile.am')
-rw-r--r-- | binutils/doc/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/doc/Makefile.am b/binutils/doc/Makefile.am index edda4a0..64c35fd 100644 --- a/binutils/doc/Makefile.am +++ b/binutils/doc/Makefile.am @@ -39,6 +39,7 @@ config.texi: $(srcdir)/../../bfd/configure $(binutils_TEXI) eval `grep '^ *VERSION=' $(srcdir)/../../bfd/configure`; \ echo "@set VERSION $$VERSION" > $@ echo "@set UPDATED `date "+%B %Y"`" >> config.texi + echo "@set top_srcdir $(top_srcdir)" >> config.texi # Man page generation from texinfo addr2line.1: $(binutils_TEXI) |