[gdb/doc] Add target triplet to man files
authorMasaki Muranaka <monaka@monami-software.com>
Fri, 1 Aug 2014 15:01:48 +0000 (08:01 -0700)
committerJoel Brobecker <brobecker@adacore.com>
Fri, 1 Aug 2014 15:04:07 +0000 (08:04 -0700)
commit90debf20f4cc4ddd7cfb6356fe0d3876a18604a6
treeef81dcaf387c3b623d2c00d57a01d548b9946150
parent6908c50982bc70ff9e035028b3bc300f80fed7e4
[gdb/doc] Add target triplet to man files

After applying hash 43662968, gdb.1 and other man pages are not added
target triplet even if we configure with --target=.

It causes conflicts on some distributions.
And uninstall rules requires $(transform) variable.

gdb/doc/ChangeLog:

* Makefile.in (transform): New variable.
(install-man1, install-man5): Apply $(transform) to man file names.

Tested by installing both native and cross debugger.
gdb/doc/ChangeLog
gdb/doc/Makefile.in