From 8e1beae4e7e57f5ef74fcc82532162a228e2e831 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Mon, 24 Sep 2012 14:34:16 +0200 Subject: Include all build-system files into distribution archives --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 58f202c9..53af9afd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,6 +13,8 @@ AUTOMAKE_OPTIONS = gnu SUBDIRS = doc src man contrib +EXTRA_DIST = autogen.sh configure.ng + clean-local: rm -f build-stamp* rm -rf ngircd.dest -- cgit 1.4.1 From 79c122289657afcac0ad15d3946be52906dbf3d9 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Mon, 24 Sep 2012 17:50:32 +0200 Subject: Include .mailmap file in distribution archives --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 53af9afd..b451b78b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,7 +13,7 @@ AUTOMAKE_OPTIONS = gnu SUBDIRS = doc src man contrib -EXTRA_DIST = autogen.sh configure.ng +EXTRA_DIST = autogen.sh configure.ng .mailmap clean-local: rm -f build-stamp* -- cgit 1.4.1