diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-05-21 19:48:27 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-05-21 19:48:27 +0100 |
commit | 23e0a288ea57e70fd29dfb24faabfaef6ce0ddf7 (patch) | |
tree | a31bcdbc043c79362770dc751bae8bc2a35550fb | |
parent | README.md: add link to development repository (diff) | |
download | binutils-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-- | Makefile | 2 | ||||
-rw-r--r-- | README (renamed from README.md) | 2 |
2 files changed, 1 insertions, 3 deletions
@@ -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 @@ -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/ |