]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
rust: Add rust.install-dvi and rust.install-html rules
authorChristophe Lyon <christophe.lyon@linaro.org>
Thu, 4 Apr 2024 16:21:46 +0000 (16:21 +0000)
committerChristophe Lyon <christophe.lyon@linaro.org>
Tue, 9 Apr 2024 09:00:57 +0000 (09:00 +0000)
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.

gcc/rust/Make-lang.in

index 4d646018792482b8815b6f4cc76cbe3c8b183d2a..4d73412739d1b7751caf14ddb8817de689475255 100644 (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.