rust: Add rust.install-dvi and rust.install-html rules
rust has the (empty) rust.dvi and rust.html rules, but lacks the (empty) rust.install-dvi and rust.install-html ones. 2024-04-04 Christophe Lyon <christophe.lyon@linaro.org> gcc/rust/ * Make-lang.in (rust.install-dvi, rust.install-html): New rules.
This commit is contained in:
parent
a2447556a5
commit
73fb0a6153
1 changed files with 2 additions and 0 deletions
|
@ -342,6 +342,8 @@ selftest-rust-valgrind: $(RUST_SELFTEST_DEPS)
|
|||
# should have dependencies on info files that should be installed.
|
||||
rust.install-info:
|
||||
|
||||
rust.install-dvi:
|
||||
rust.install-html:
|
||||
rust.install-pdf:
|
||||
|
||||
# Install man pages for the front end. This target should ignore errors.
|
||||
|
|
Loading…
Add table
Reference in a new issue