From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1698200-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id D2012158232
	for <garchives@archives.gentoo.org>; Sun,  8 Dec 2024 03:26:22 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id F361CE1193;
	Sun,  8 Dec 2024 03:26:21 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 76F3CE1193
	for <gentoo-commits@lists.gentoo.org>; Sun,  8 Dec 2024 03:26:21 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 7DB3233BF08
	for <gentoo-commits@lists.gentoo.org>; Sun,  8 Dec 2024 03:26:20 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 14E0BAED
	for <gentoo-commits@lists.gentoo.org>; Sun,  8 Dec 2024 03:26:19 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1733628373.7933c4262ceb0ee44a72880a0f05aa7dc4bbe6f5.sam@gentoo>
Subject: [gentoo-commits] proj/gcc-config:master commit in: /
X-VCS-Repository: proj/gcc-config
X-VCS-Files: Makefile
X-VCS-Directories: /
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 7933c4262ceb0ee44a72880a0f05aa7dc4bbe6f5
X-VCS-Branch: master
Date: Sun,  8 Dec 2024 03:26:19 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 45354096-e320-42e0-9206-e4f4111a4fb6
X-Archives-Hash: eb381b44e21382c12f8590d9e73b6a53

commit:     7933c4262ceb0ee44a72880a0f05aa7dc4bbe6f5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  8 03:26:03 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec  8 03:26:13 2024 +0000
URL:        https://gitweb.gentoo.org/proj/gcc-config.git/commit/?id=7933c426

Makefile: README -> README.md

Fixes: 8eed426e460d51a59353895d574d7d4b2d4b1388
Signed-off-by: Sam James <sam <AT> gentoo.org>

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 5d84b50..5b00d75 100644
--- a/Makefile
+++ b/Makefile
@@ -72,7 +72,7 @@ install: all
 		$(INSTALL_EXE) .c99 $(DESTDIR)$(BINDIR)/c99 ;  \
 	fi
 	$(INSTALL_DATA) gcc.eselect $(DESTDIR)$(ESELECTDIR)
-	$(INSTALL_DATA) README $(DESTDIR)$(DOCDIR)
+	$(INSTALL_DATA) README.md $(DESTDIR)$(DOCDIR)
 
 test check: .gcc-config
 	cd tests && ./run_tests