From 29dc3d7df0a28c5296d6cae1bcaed5101ec75519 Mon Sep 17 00:00:00 2001 From: Diego 'Flameeyes' Pettenò Date: Thu, 7 Aug 2008 16:14:34 +0200 Subject: Install the README file in docdir. --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 47f9b3c..37dbab0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,9 @@ # License along with libcanberra. If not, If not, see # . -EXTRA_DIST = bootstrap.sh autogen.sh LGPL README +dist_doc_DATA = README + +EXTRA_DIST = bootstrap.sh autogen.sh LGPL SUBDIRS = src doc libltdl MAINTAINERCLEANFILES = -- cgit From 506fe60f6bb07d25ac9bd7852c6b6c01f759ce84 Mon Sep 17 00:00:00 2001 From: Diego 'Flameeyes' Pettenò Date: Thu, 7 Aug 2008 16:26:47 +0200 Subject: Set up m4 directory for inclusion of macro files. let it be known to aclocal. Don't ignore the whole directory, just the macro files in it that should not be tracked by git. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 37dbab0..1e5cc64 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,3 +32,4 @@ pkgconfig_DATA += libcanberra-gtk.pc endif DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc +ACLOCAL_AMFLAGS = -I m4 -- cgit