aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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/