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:
Christophe Lyon 2024-04-04 16:21:46 +00:00
parent a2447556a5
commit 73fb0a6153

View file

@ -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.