[epiphany/wip/autocrap: 17/27] EXTRA_DIST fewer things



commit e5663a31ad7d8b2a189b85274f3dbc50dec51455
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Mon Jun 29 17:37:25 2015 -0500

    EXTRA_DIST fewer things
    
    autogen.sh is for git builds. It has no place in our tarball.
    
    HACKING is for developers, who should be using git.
    
    ChangeLog is already distributed by default.

 Makefile.am |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 642b13b..2e3b319 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,14 +4,6 @@ if ENABLE_TESTS
 SUBDIRS += tests
 endif
 
-NULL =
-
-EXTRA_DIST =                   \
-       autogen.sh              \
-       HACKING                 \
-       ChangeLog               \
-       $(NULL)
-
 DISTCHECK_CONFIGURE_FLAGS = \
        --enable-debug
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]