Install and generate docs for gdb-add-index
authorSergio Durigan Junior <sergiodj@redhat.com>
Thu, 11 Jan 2018 21:12:05 +0000 (16:12 -0500)
committerSergio Durigan Junior <sergiodj@redhat.com>
Fri, 12 Jan 2018 20:29:06 +0000 (15:29 -0500)
commitba643918cf869fa0d064d733f69b453b6fe642ea
treed86f77a2add787a64e9c1d18053b0ce627114ed5
parent906b4aac4c1d3cdb2b1ea7105133cfbe25e04e14
Install and generate docs for gdb-add-index

The "gdb-add-index" script has been resurrected on:

  commit caf26be91a584ef141ac5d3cb31007731af8b8e3
  Author: Samuel Bronson <naesten@gmail.com>
  Date:   Fri Nov 15 16:09:33 2013 -0500

      Resurrect gdb-add-index as a contrib script

However, for some reason (I couldn't find it in the archives), only
the script has been checked-in; the Makefile parts responsible for
installing it in the system were left out.  This commit fixes that, by
also resurrecting the Makefile and documentation bits.

This commit is part of our effort to upstream the local Fedora GDB
changes.  With this commit, we'll only carry a very small
Fedora-specific modification to the script.

gdb/ChangeLog:
2017-01-12  Tom Tromey  <tom@tromey.com>
    Sergio Durigan Junior  <sergiodj@redhat.com>

* Makefile.in (install-only): Install gdb-add-index.

gdb/doc/ChangeLog:
2017-01-12  Tom Tromey  <tom@tromey.com>
    Sergio Durigan Junior  <sergiodj@redhat.com>

* gdb.texinfo (Index Files): Mention gdb-add-index.
(gdb-add-index man): New section.
* Makefile.in (gdb-add-index.1): New rule to generate manpage
from gdb.texinfo.
gdb/ChangeLog
gdb/Makefile.in
gdb/doc/ChangeLog
gdb/doc/Makefile.in
gdb/doc/gdb.texinfo
This page took 0.026779 seconds and 4 git commands to generate.