aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rwxr-xr-xautogen.sh1
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 56e4531..d08c8fe 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,6 +2,8 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS = libinotifytools src man
+README: README.md
+
dist-hook:
# Automake official documentation states that dist-hook should assume files
# are not writable.
diff --git a/autogen.sh b/autogen.sh
index 48eb21d..31572c2 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,4 +1,3 @@
#!/bin/sh
-cp README.md README
autoreconf --install "$@" || exit 1