aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2024-04-04 16:21:46 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2024-04-09 09:00:57 +0000
commit73fb0a6153f4781587c925c56683b61632e63dee (patch)
tree6deb190c2e6c94b213da571d10a139cff0b2d7a1 /gcc/rust
parenta2447556a5405d2cde20afc134b90cd1d199ce04 (diff)
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.
Diffstat (limited to 'gcc/rust')
-rw-r--r--gcc/rust/Make-lang.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/rust/Make-lang.in b/gcc/rust/Make-lang.in
index 4d646018792..4d73412739d 100644
--- a/gcc/rust/Make-lang.in
+++ b/gcc/rust/Make-lang.in
@@ -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.