aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-05-21 19:48:27 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-05-21 19:48:27 +0100
commit23e0a288ea57e70fd29dfb24faabfaef6ce0ddf7 (patch)
treea31bcdbc043c79362770dc751bae8bc2a35550fb
parentREADME.md: add link to development repository (diff)
downloadbinutils-config-23e0a288ea57e70fd29dfb24faabfaef6ce0ddf7.tar.gz
binutils-config-23e0a288ea57e70fd29dfb24faabfaef6ce0ddf7.tar.bz2
binutils-config-23e0a288ea57e70fd29dfb24faabfaef6ce0ddf7.zip
README.md: rename to plaitext README
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rw-r--r--Makefile2
-rw-r--r--README (renamed from README.md)2
2 files changed, 1 insertions, 3 deletions
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.md b/README
index 178587b..4d20a02 100644
--- a/README.md
+++ b/README
@@ -1,5 +1,3 @@
-# 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/