public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: newlib@sourceware.org
Subject: [PATCH] newlib: rename doc/local.mk to Makefile.inc
Date: Sun, 13 Feb 2022 23:18:26 -0500	[thread overview]
Message-ID: <20220214041826.7804-1-vapier@gentoo.org> (raw)

For consistency across the whole tree.
---
 newlib/Makefile.am                    | 2 +-
 newlib/Makefile.in                    | 4 ++--
 newlib/doc/{local.mk => Makefile.inc} | 0
 3 files changed, 3 insertions(+), 3 deletions(-)
 rename newlib/doc/{local.mk => Makefile.inc} (100%)

diff --git a/newlib/Makefile.am b/newlib/Makefile.am
index 5767f8524fd0..67fb1e8ba074 100644
--- a/newlib/Makefile.am
+++ b/newlib/Makefile.am
@@ -443,7 +443,7 @@ TEXI2DVI = texi2dvi -E
 TEXINFO_TEX = ../texinfo/texinfo.tex
 
 if HAVE_DOC
-include doc/local.mk
+include doc/Makefile.inc
 endif
 include libc/Makefile.inc
 include libm/Makefile.inc
diff --git a/newlib/doc/local.mk b/newlib/doc/Makefile.inc
similarity index 100%
rename from newlib/doc/local.mk
rename to newlib/doc/Makefile.inc
-- 
2.34.1


             reply	other threads:[~2022-02-14  4:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-14  4:18 Mike Frysinger [this message]
2022-02-15 13:39 ` Corinna Vinschen

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=20220214041826.7804-1-vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=newlib@sourceware.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).