[devhelp/wip/swilmet/maintenance: 4/8] build: remove duplicates in EXTRA_DIST



commit beb3633148982adb04d9b5553e78461a2eeaf1b9
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]