diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-05-02 14:20:46 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-05-02 14:20:46 +0000 |
commit | 38fc1cb168d5f37b2089ea4c5a43cedc8b1604c4 (patch) | |
tree | 7d3464fee992326ae245c39b21ae9f3b6b7e557c /gas/doc/as.texinfo | |
parent | b02e2fdabec1f0f18cab48f04ad6b1b8ce4f47bc (diff) | |
download | gdb-38fc1cb168d5f37b2089ea4c5a43cedc8b1604c4.zip gdb-38fc1cb168d5f37b2089ea4c5a43cedc8b1604c4.tar.gz gdb-38fc1cb168d5f37b2089ea4c5a43cedc8b1604c4.tar.bz2 |
binutils/
* doc/Makefile.am (AM_MAKEINFOFLAGS): New.
(TEXI2POD): Use AM_MAKEINFOFLAGS.
(config.texi): Don't set top_srcdir.
* doc/binutils.texi: Don't use top_srcdir.
* aclocal.m4, Makefile.in, doc/Makefile.in: Regenerated.
gas/
* doc/Makefile.am (AM_MAKEINFOFLAGS): New.
(TEXI2POD): Use AM_MAKEINFOFLAGS.
(asconfig.texi): Don't set top_srcdir.
* doc/as.texinfo: Don't use top_srcdir.
* aclocal.m4, Makefile.in, doc/Makefile.in: Regenerated.
ld/
* Makefile.am (AM_MAKEINFOFLAGS): Add libiberty.
(TEXI2POD): Use AM_MAKEINFOFLAGS.
(configdoc.texi): Don't set top_srcdir.
* ld.texinfo: Don't use top_srcdir.
* aclocal.m4, Makefile.in: Regenerated.
Diffstat (limited to 'gas/doc/as.texinfo')
-rw-r--r-- | gas/doc/as.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index dfe7860..dbf1d7d 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -451,7 +451,7 @@ gcc(1), ld(1), and the Info entries for @file{binutils} and @file{ld}. @c man begin OPTIONS @table @gcctabopt -@include @value{top_srcdir}/../libiberty/at-file.texi +@include at-file.texi @item -a[cdhlmns] Turn on listings, in any of a variety of ways: |