Skip to content

Commit

Permalink
Makefile.am: add build rule for README (#111)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
texierp committed Feb 25, 2020
1 parent 67b6e71 commit 7ddf451
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/sh

cp README.md README
autoreconf --install "$@" || exit 1

0 comments on commit 7ddf451

Please sign in to comment.