diff options
author | Christophe Lyon <christophe.lyon@linaro.org> | 2024-04-04 21:51:17 +0000 |
---|---|---|
committer | Christophe Lyon <christophe.lyon@linaro.org> | 2024-04-10 13:37:05 +0000 |
commit | 96c1bcb38bcb1fd1e861d1536ab4deecaaf2b7de (patch) | |
tree | 67fd29c70061a0cf38fb8b8ced79577daafacef7 /gdbserver/Makefile.in | |
parent | ea83005a367456739e04b6434758e56c04e4d775 (diff) | |
download | gdb-96c1bcb38bcb1fd1e861d1536ab4deecaaf2b7de.zip gdb-96c1bcb38bcb1fd1e861d1536ab4deecaaf2b7de.tar.gz gdb-96c1bcb38bcb1fd1e861d1536ab4deecaaf2b7de.tar.bz2 |
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>
Diffstat (limited to 'gdbserver/Makefile.in')
-rw-r--r-- | gdbserver/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdbserver/Makefile.in b/gdbserver/Makefile.in index 5180e73..6148ccf 100644 --- a/gdbserver/Makefile.in +++ b/gdbserver/Makefile.in @@ -360,6 +360,7 @@ installcheck: check: info dvi pdf: install-info: +install-dvi: install-pdf: html: install-html: |