From 23e0a288ea57e70fd29dfb24faabfaef6ce0ddf7 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Thu, 21 May 2020 19:48:27 +0100 Subject: README.md: rename to plaitext README Signed-off-by: Sergei Trofimovich --- Makefile | 2 +- README | 3 +++ README.md | 5 ----- 3 files changed, 4 insertions(+), 6 deletions(-) create mode 100644 README delete mode 100644 README.md diff --git a/Makefile b/Makefile index 42dbeff..7fd7959 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ all: # no-op install: all $(MKDIR_P) $(DESTDIR)$(BINDIR) $(DESTDIR)$(DOCDIR) $(DESTDIR)$(ESELECTDIR) $(DESTDIR)$(MANDIR)/man8 $(INSTALL_EXE) src/binutils-config $(DESTDIR)$(BINDIR) - $(INSTALL_DATA) README.md $(DESTDIR)$(DOCDIR) + $(INSTALL_DATA) README $(DESTDIR)$(DOCDIR) $(INSTALL_DATA) src/binutils.eselect $(DESTDIR)$(ESELECTDIR) $(INSTALL_DATA) src/binutils-config.8 $(DESTDIR)$(MANDIR)/man8 diff --git a/README b/README new file mode 100644 index 0000000..4d20a02 --- /dev/null +++ b/README @@ -0,0 +1,3 @@ +sys-devel/binutils-config : Utility to change the binutils version being used + +Repository lives at https://gitweb.gentoo.org/proj/binutils-config.git/ diff --git a/README.md b/README.md deleted file mode 100644 index 178587b..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# binutils-config -sys-devel/binutils-config : Utility to change the binutils version being used - -# development -Repository lives at https://gitweb.gentoo.org/proj/binutils-config.git/ -- cgit v1.2.3-65-gdbad