From dd6b62d427abb5fbef73bd3867db9c1ce38d79cd Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Sun, 28 Jan 2024 21:22:40 +0900 Subject: [PATCH] GNU compliant build system --- .gitignore | 1 + Makefile.am | 3 +-- INSTALL => docs/INSTALL | 0 docs/Makefile.am | 1 + 4 files changed, 3 insertions(+), 2 deletions(-) rename INSTALL => docs/INSTALL (100%) diff --git a/.gitignore b/.gitignore index b65b12d..01a0457 100644 --- a/.gitignore +++ b/.gitignore @@ -40,6 +40,7 @@ configure depcomp fuse/afpfsd fuse/mount_afp +INSTALL install-sh libtool ltmain.sh diff --git a/Makefile.am b/Makefile.am index 674673d..d0dd9f7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,6 @@ if HAVE_LIBFUSE SUBDIRS += fuse endif -EXTRA_DIST = AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README.md TODO +EXTRA_DIST = AUTHORS BUGS COPYING ChangeLog NEWS README.md TODO ACLOCAL_AMFLAGS = -I m4 -AUTOMAKE_OPTIONS = foreign diff --git a/INSTALL b/docs/INSTALL similarity index 100% rename from INSTALL rename to docs/INSTALL diff --git a/docs/Makefile.am b/docs/Makefile.am index 9c95cdb..b37fb2e 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1,4 +1,5 @@ EXTRA_DIST = \ + INSTALL \ FEATURES.txt \ README \ REPORTING-BUGS.txt