aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre-jean Texier <texier.pj2@gmail.com>2020-02-25 10:59:36 +0100
committerGitHub <noreply@github.com>2020-02-25 09:59:36 +0000
commit7ddf45158af0c1e93b02181a45c5b65a0e5bed25 (patch)
tree0ffa0a230f45b0407b9be7a6cd374a56ba16803b
parent67b6e715d974e37d9a7b010ea2a5d54e58c40ce4 (diff)
downloadinotify-tools-7ddf45158af0c1e93b02181a45c5b65a0e5bed25.zip
inotify-tools-7ddf45158af0c1e93b02181a45c5b65a0e5bed25.tar.gz
inotify-tools-7ddf45158af0c1e93b02181a45c5b65a0e5bed25.tar.bz2
Makefile.am: add build rule for README (#111)
Fixes: | configure.ac:17: installing 'config/config.sub' | configure.ac:16: installing 'config/install-sh' | configure.ac:16: installing 'config/missing' | Makefile.am: error: required file './README' not found | libinotifytools/src/Makefile.am: installing 'config/depcomp' Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
-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