public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Christophe Lyon <clyon@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r14-9865] rust: Add rust.install-dvi and rust.install-html rules
Date: Tue,  9 Apr 2024 09:01:08 +0000 (GMT)	[thread overview]
Message-ID: <20240409090109.03393385DC3F@sourceware.org> (raw)

https://gcc.gnu.org/g:73fb0a6153f4781587c925c56683b61632e63dee

commit r14-9865-g73fb0a6153f4781587c925c56683b61632e63dee
Author: Christophe Lyon <christophe.lyon@linaro.org>
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  <christophe.lyon@linaro.org>
    
            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.

                 reply	other threads:[~2024-04-09  9:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240409090109.03393385DC3F@sourceware.org \
    --to=clyon@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).