From 73fb0a6153f4781587c925c56683b61632e63dee Mon Sep 17 00:00:00 2001 From: Christophe Lyon Date: Thu, 4 Apr 2024 16:21:46 +0000 Subject: 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 gcc/rust/ * Make-lang.in (rust.install-dvi, rust.install-html): New rules. --- gcc/rust/Make-lang.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gcc/rust') 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. -- cgit v1.2.3