[gsound] build: Don't explicitly dist files that automake handles by default
- From: Tristan Brindle <tbrindle src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gsound] build: Don't explicitly dist files that automake handles by default
- Date: Wed, 26 Nov 2014 15:25:00 +0000 (UTC)
commit f04bc131fbdd59a1a082a787f5bddf81e969805d
Author: Yanko Kaneti <yaneti declera com>
Date: Wed Nov 26 11:34:30 2014 +0200
build: Don't explicitly dist files that automake handles by default
Also avoid reinventing docdir in the wrong place
Makefile.am | 14 --------------
1 files changed, 0 insertions(+), 14 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 7c03386..f57f41f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,23 +15,9 @@ dist-hook:
echo A git clone is required to generate a ChangeLog >&2; \
fi
-gsounddocdir = ${prefix}/doc/gsound
-gsounddoc_DATA = \
- README.md\
- COPYING\
- AUTHORS\
- ChangeLog\
- INSTALL\
- NEWS
-
-
EXTRA_DIST = $(gsounddoc_DATA)
DISTCHECK_CONFIGURE_FLAGS = --enable-introspection --enable-gtk-doc
-# Remove doc directory on uninstall
-uninstall-local:
- -rm -r $(gsounddocdir)
-
-include $(top_srcdir)/git.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]