[epiphany/wip/autocrap: 23/37] EXTRA_DIST fewer things



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