diff options
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index d7ff72bc..5ac537f6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,11 +9,9 @@ # Please read the file COPYING, README and AUTHORS for more information. # -AUTOMAKE_OPTIONS = gnu - SUBDIRS = doc src man contrib -EXTRA_DIST = autogen.sh configure.ng .clang_complete .mailmap +EXTRA_DIST = README.md INSTALL.md autogen.sh configure.ng .clang_complete .mailmap clean-local: osxpkg-clean rm -f build-stamp* |