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 /ld | |
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 'ld')
-rw-r--r-- | ld/ChangeLog | 7 | ||||
-rw-r--r-- | ld/Makefile.am | 5 | ||||
-rw-r--r-- | ld/Makefile.in | 5 | ||||
-rw-r--r-- | ld/ld.texinfo | 4 |
4 files changed, 15 insertions, 6 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 68c2d5d..42b4da8 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2005-11-16 Mark Mitchell <mark@codesourcery.com> + + * 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. + 2005-11-17 Alan Modra <amodra@bigpond.net.au> * ldlang.h (lang_input_section_type): Remove "ifile" field. diff --git a/ld/Makefile.am b/ld/Makefile.am index 9f79ec9..bd6ca20 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -1652,9 +1652,8 @@ bootstrap: ld3$(EXEEXT) # because almost all configs use "gen" version of manual. # Set DOCVER above to change. configdoc.texi: ${DOCVER}-doc.texi - ln -s ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi >/dev/null 2>&1 \ - || ln ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi >/dev/null 2>&1 \ - || cp ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi + cp ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi + echo "@set top_srcdir $(top_srcdir)" >> ./configdoc.texi ldver.texi: $(srcdir)/../bfd/configure rm -f $@ diff --git a/ld/Makefile.in b/ld/Makefile.in index b00cbbf..f9bce2c 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -2445,9 +2445,8 @@ bootstrap: ld3$(EXEEXT) # because almost all configs use "gen" version of manual. # Set DOCVER above to change. configdoc.texi: ${DOCVER}-doc.texi - ln -s ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi >/dev/null 2>&1 \ - || ln ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi >/dev/null 2>&1 \ - || cp ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi + cp ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi + echo "@set top_srcdir $(top_srcdir)" >> ./configdoc.texi ldver.texi: $(srcdir)/../bfd/configure rm -f $@ diff --git a/ld/ld.texinfo b/ld/ld.texinfo index c08f692..172ea7a 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -3,9 +3,11 @@ @c Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, @c 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. @syncodeindex ky cp +@c man begin INCLUDE @include configdoc.texi @c (configdoc.texi is generated by the Makefile) @include ldver.texi +@c man end @c @smallbook @@ -340,6 +342,8 @@ Here is a table of the generic command line switches accepted by the GNU linker: @table @gcctabopt +@include @value{top_srcdir}/../libiberty/at-file.texi + @kindex -a@var{keyword} @item -a@var{keyword} This option is supported for HP/UX compatibility. The @var{keyword} |