diff options
author | Mark Mitchell <mark@codesourcery.com> | 2005-11-17 01:01:05 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 2005-11-17 01:01:05 +0000 |
commit | dff70155390c65a498472d688e574431f51a5820 (patch) | |
tree | b1fa8ef37abe8015fd5065682f15e7aebe059ad4 /binutils | |
parent | 7b986e992e1a3a388ee0ff0749749f063cc971a6 (diff) | |
download | gdb-dff70155390c65a498472d688e574431f51a5820.zip gdb-dff70155390c65a498472d688e574431f51a5820.tar.gz gdb-dff70155390c65a498472d688e574431f51a5820.tar.bz2 |
* doc/binutils.texi: Include config.texi and @file documentation
for manual pages.
* Makefile.am (gprof.info, gprof.1): Depend on config.texi.
(config.texi): New file.
* Makefile.in: Regenerated.
* Makefile.am (configdoc.texi): Set top_srcdir in configdoc.texi..
* Makefile.in: Regenerated.
* ld.texinfo: Include configdoc.texi and ldver.texi in man pages.
Add @file documentation.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 5 | ||||
-rw-r--r-- | binutils/doc/binutils.texi | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index a84b9b3..e04e13d 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2005-11-16 Mark Mitchell <mark@codesourcery.com> + + * doc/binutils.texi: Include config.texi and @file documentation + for manual pages. + 2005-11-15 Jan Beulich <jbeulich@novell.com> * objcopy.c (keep_file_symbols): New. diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index ee5114c..828eb5d 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -2,7 +2,9 @@ @setfilename binutils.info @c Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +@c man begin INCLUDE @include config.texi +@c man end @ifinfo @format @@ -3505,8 +3507,10 @@ objdump(1), and the Info entries for @file{binutils}. The following command-line options are supported by all of the programs described in this manual. +@c man begin OPTIONS @table @env @include @value{top_srcdir}/../libiberty/at-file.texi +@c man end @item --help Display the command-line options supported by the program. @@ -3514,7 +3518,9 @@ Display the command-line options supported by the program. @item --version Display the version number of the program. +@c man begin OPTIONS @end table +@c man end @node Selecting The Target System @chapter Selecting the Target System |