diff options
author | Joseph Myers <joseph@codesourcery.com> | 2007-03-07 22:50:01 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2007-03-07 22:50:01 +0000 |
commit | ad22bfe862580712218ebd334179fd7a48b28a36 (patch) | |
tree | 144ac8603b8c41ee96acf83e93696c66a8842b07 /ld/Makefile.am | |
parent | faed74d627d4e215160a8768943c1677a3960e21 (diff) | |
download | gdb-ad22bfe862580712218ebd334179fd7a48b28a36.zip gdb-ad22bfe862580712218ebd334179fd7a48b28a36.tar.gz gdb-ad22bfe862580712218ebd334179fd7a48b28a36.tar.bz2 |
binutils:
* configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
bug-reporting URL.
* doc/Makefile.am (config.texi): Define BUGURL.
* doc/binutils.texi: Use BUGURL. Remove text about large files
and uuencoding.
* Makefile.in, configure, doc/Makefile.in: Regenerate.
gas:
* configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
bug-reporting URL.
* doc/Makefile.am (gasver.texi): Define BUGURL.
* doc/as.texinfo: Use BUGURL.
* Makefile.in, configure, doc/Makefile.in: Regenerate.
ld:
* configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
bug-reporting URL.
* Makefile.am (ldver.texi): Define BUGURL.
* ld.texinfo: Use BUGURL.
* Makefile.in, configure: Regenerate.
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r-- | ld/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am index 0dcbf85..6acdf74 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -1771,6 +1771,9 @@ ldver.texi: $(srcdir)/../bfd/configure rm -f $@ eval `grep '^ *VERSION=' $(srcdir)/../bfd/configure`; \ echo "@set VERSION $$VERSION" > $@ + if [ -n "$(REPORT_BUGS_TEXI)" ]; then \ + echo "@set BUGURL $(REPORT_BUGS_TEXI)" >> $@; \ + fi # Build the man page from the texinfo file # The sed command removes the no-adjust Nroff command so that |