[beast: 10/10] Merge branch 'extra-dist'



commit 187af3c0f287e7fe814dd95654776e64aee8124d
Merge: d23a1e2 8a451db
Author: Tim Janik <timj gnu org>
Date:   Sun Jun 18 03:05:09 2017 +0200

    Merge branch 'extra-dist'
    
    * extra-dist:
      BUILD: fix uninstall_filter_files to handle lib/beast-<version> prefix
      DOCS: build revisions.lst when git is present and ship it in tarballs
      BUILD: rename distgit to 'make dist' and support EXTRA_DIST
      TESTS: filecheck: trim bsefiles.list and build unconditionally
        The file list is needed for make check and make dist, so it's always built.
        Use EXTRA_DIST to include it in distribution tarballs.
      BUILD: prevent autoconf, autoheader, automake, etc from using stale caches
      TESTS: filecheck: use git ls-tree to find BSE files to check
      BUILD: remove EXTRA_DIST everywhere, since we package all git tracked files
      TESTS: filecheck: throw an error if the file checklist is empty
      PLUGINS: fix doc_sources, now that DIST_* variables aren't provided anymore
      BUILD: roll our own distuninstallcheck, now we use no-dist autotools
      MISC: Dockerfile-apt.in: use 'make distgit'
    
    Signed-off-by: Tim Janik <timj gnu org>

 .autom4te.cfg                    |   21 ++++++++++
 Makefile.am                      |   67 ++++++++++++++++++---------------
 Makefile.decl                    |   15 +++++++
 beast-gtk/Makefile.am            |    3 -
 beast-gtk/gxk/Makefile.am        |    4 +-
 beast-gtk/icons/Makefile.am      |    1 -
 beast-gtk/res/Makefile.am        |    1 -
 bse/Makefile.am                  |   14 -------
 bse/icons/Makefile.am            |    7 ---
 bse/pybse/Makefile.am            |    1 -
 bse/res/Makefile.am              |    1 -
 bse/tests/Makefile.am            |    4 --
 data/Makefile.am                 |    7 ---
 docs/Makefile.am                 |   12 +-----
 drivers/Makefile.am              |    2 -
 ebeast/Makefile.am               |    3 -
 launchers/Makefile.am            |    2 +-
 library/Makefile.am              |    3 -
 library/demo/Makefile.am         |    2 -
 library/effects/Makefile.am      |    2 -
 library/instruments/Makefile.am  |    2 -
 library/keys/Makefile.am         |    2 -
 library/samples/Makefile.am      |    2 -
 library/scripts/Makefile.am      |    2 -
 library/skins/Makefile.am        |    2 -
 library/skins/images/Makefile.am |    2 -
 plugins/Makefile.am              |    4 +-
 plugins/evaluator/Makefile.am    |    5 --
 plugins/freeverb/Makefile.am     |   11 -----
 plugins/icons/Makefile.am        |   19 ---------
 plugins/icons/Makefile.icons     |   76 --------------------------------------
 po/Makefile.am                   |    6 +-
 sfi/Makefile.am                  |   17 ++------
 sfi/tests/Makefile.am            |    1 -
 shell/Makefile.am                |    4 --
 tests/audio/Makefile.am          |   25 +-----------
 tests/bse/Makefile.am            |    2 -
 tests/filecheck/Makefile.am      |   53 ++++++++++++++------------
 tests/latency/Makefile.am        |    6 ---
 tests/scripts/Makefile.am        |    3 -
 tools/Makefile.am                |    1 -
 tools/scripts/Makefile.am        |    6 ---
 42 files changed, 116 insertions(+), 307 deletions(-)
---


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