]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/Makefile.in
gdb, gdbserver: Add missing install-dvi Makefile target
authorChristophe Lyon <christophe.lyon@linaro.org>
Thu, 4 Apr 2024 21:51:17 +0000 (21:51 +0000)
committerChristophe Lyon <christophe.lyon@linaro.org>
Wed, 10 Apr 2024 13:37:05 +0000 (13:37 +0000)
commit96c1bcb38bcb1fd1e861d1536ab4deecaaf2b7de
tree67fd29c70061a0cf38fb8b8ced79577daafacef7
parentea83005a367456739e04b6434758e56c04e4d775
gdb, gdbserver: Add missing install-dvi Makefile target

For some reason install-dvi is missing although other targets of the
same family are present. This looks like an oversight.

This enables calling 'make install-dvi' from the top-level build
directory.

Fix what looks like another oversight: include 'pdf' in 'all-doc' in
gdb/doc/Makefile.in.

Approved-By: Luis Machado <luis.machado@arm.com>
Tested-By: Luis Machado <luis.machado@arm.com>
gdb/Makefile.in
gdb/data-directory/Makefile.in
gdb/doc/Makefile.in
gdb/testsuite/Makefile.in
gdbserver/Makefile.in