[devhelp/wip/swilmet/maintenance: 5/21] build: remove duplicates in EXTRA_DIST
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [devhelp/wip/swilmet/maintenance: 5/21] build: remove duplicates in EXTRA_DIST
- Date: Sat, 23 May 2015 18:32:34 +0000 (UTC)
commit de72e6e8ce0db918cb9ef5e0a2d6047e111df3b7
Author: Sébastien Wilmet <swilmet gnome org>
Date: Fri May 15 19:04:52 2015 +0200
build: remove duplicates in EXTRA_DIST
Some of the EXTRA_DIST files in misc/ were also present in the root
Makefile.am. So this commit removes the duplicates, and keep only the
EXTRA_DIST in the misc/ directory, where the files are present.
https://bugzilla.gnome.org/show_bug.cgi?id=749452
Makefile.am | 7 +------
misc/Makefile.am | 8 ++++++--
2 files changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 7807d9b..000c27e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,12 +2,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
SUBDIRS = po src data misc contrib
-EXTRA_DIST = \
- autogen.sh \
- misc/devhelp.el \
- misc/html2funcs.py \
- misc/html2xml.py \
- misc/devhelp.vim
+EXTRA_DIST = autogen.sh
DISTCLEANFILES = intltool-extract \
intltool-merge \
diff --git a/misc/Makefile.am b/misc/Makefile.am
index 4545ac8..0a38d06 100644
--- a/misc/Makefile.am
+++ b/misc/Makefile.am
@@ -1,4 +1,8 @@
SUBDIRS = gedit-plugin
-EXTRA_DIST = devhelp.el devhelp.vim html2funcs.py html2xml.py man2xml.py
-
+EXTRA_DIST = \
+ devhelp.el \
+ devhelp.vim \
+ html2funcs.py \
+ html2xml.py \
+ man2xml.py
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]