aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-02-10 14:16:43 -0500
committerMike Frysinger <vapier@gentoo.org>2016-02-10 14:16:43 -0500
commit4f80ea1b35779e3de107e959f8b4d2e9a17d6955 (patch)
treecfe3a95c35b051124c537b5c0fb4aed6cab44c49
parentsecurity: allow more read/write syscalls (diff)
downloadpax-utils-1.1.5.tar.gz
pax-utils-1.1.5.tar.bz2
pax-utils-1.1.5.zip
build: update README->README.md namev1.1.5
-rw-r--r--Makefile2
-rw-r--r--Makefile.am2
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 \