From 61ac8be2fd36ffbf55d73215aa3a32ab01e94284 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 11 Feb 2020 21:00:18 +0100 Subject: Convert INSTALL and README files to Markdown This requires some changes to the build system, for example to comply with the expectations of the GNU autoconf/automake tools ... --- Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile.am') 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* -- cgit 1.4.1