public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] newlib: rename doc/local.mk to Makefile.inc
@ 2022-02-14  4:18 Mike Frysinger
  2022-02-15 13:39 ` Corinna Vinschen
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2022-02-14  4:18 UTC (permalink / raw)
  To: newlib

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-15 13:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-14  4:18 [PATCH] newlib: rename doc/local.mk to Makefile.inc Mike Frysinger
2022-02-15 13:39 ` Corinna Vinschen

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).