From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1652) id 03393385DC3F; Tue, 9 Apr 2024 09:01:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 03393385DC3F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712653269; bh=8avGfAat2iVsBfZS83ZwNr5Wct1KsYn5fCjX6nj2cNM=; h=From:To:Subject:Date:From; b=FU/j56oAlsswaR0dPlCfBMg+ziL0u0jcm603AEHiaf6Q+vImBkApvt7n2cqsEKuaC /72bq/SsoRcRmOA9/+ndgr0pGME2ePfo6AxMUa6sM1yQ6Fp+r5b4My7U416ACCtdRQ X+c1bU4PFEo9+NNdGcOjMy9WBOW0BGzCce1+m9OM= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Christophe Lyon To: gcc-cvs@gcc.gnu.org Subject: [gcc r14-9865] rust: Add rust.install-dvi and rust.install-html rules X-Act-Checkin: gcc X-Git-Author: Christophe Lyon X-Git-Refname: refs/heads/master X-Git-Oldrev: a2447556a5405d2cde20afc134b90cd1d199ce04 X-Git-Newrev: 73fb0a6153f4781587c925c56683b61632e63dee Message-Id: <20240409090109.03393385DC3F@sourceware.org> Date: Tue, 9 Apr 2024 09:01:08 +0000 (GMT) List-Id: https://gcc.gnu.org/g:73fb0a6153f4781587c925c56683b61632e63dee commit r14-9865-g73fb0a6153f4781587c925c56683b61632e63dee Author: Christophe Lyon Date: Thu Apr 4 16:21:46 2024 +0000 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. Diff: --- gcc/rust/Make-lang.in | 2 ++ 1 file changed, 2 insertions(+) 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.