commit: 4f80ea1b35779e3de107e959f8b4d2e9a17d6955
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 10 19:16:43 2016 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 19:16:43 2016 +0000
URL: https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=4f80ea1b
build: update README->README.md name
Makefile | 2 +-
Makefile.am | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index f6fc827..91b1536 100644
--- a/Makefile
+++ b/Makefile
@@ -142,7 +142,7 @@ ifneq ($(USE_PYTHON),no)
for py in $(SCRIPTS_PY) ; do $(INS_EXE) $$py.py $(PREFIX)/bin/$$py ||
exit $$? ; done
endif
$(INS_EXE) $(TARGETS) $(PREFIX)/bin/
- $(INS_DATA) README BUGS TODO $(PKGDOCDIR)/
+ $(INS_DATA) README.md BUGS TODO $(PKGDOCDIR)/
$(INS_DATA) $(MPAGES) $(MANDIR)/man1/
PN = pax-utils
diff --git a/Makefile.am b/Makefile.am
index 82bc3a5..0c1945a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -57,7 +57,7 @@ EXTRA_DIST += \
COPYING \
Makefile \
Makefile.am \
- README \
+ README.md \
TODO \
autogen.sh \
configure.ac \