[gnome-calculator] Drop autotools



commit 1f19a960aa0eaa679e5cfb96a3fd8934de568999
Author: Robert Roth <robert roth off gmail com>
Date:   Mon Mar 19 19:14:09 2018 +0200

    Drop autotools

 Makefile.am                 |   28 ---
 autogen.sh                  |   33 ----
 configure.ac                |   91 ----------
 data/Makefile.am            |   32 ----
 data/icons/Makefile.am      |   73 --------
 data/meson.build            |    2 +-
 git.mk                      |  400 -------------------------------------------
 help/Makefile.am            |   40 -----
 lib/Makefile.am             |   51 ------
 po/Makevars                 |   78 ---------
 search-provider/Makefile.am |   34 ----
 src/Makefile.am             |   87 ----------
 tests/Makefile.am           |   69 --------
 13 files changed, 1 insertions(+), 1017 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index a221dc4..55e8e42 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -1,7 +1,7 @@
 # Icons
 install_subdir('icons',
   install_dir: join_paths(get_option('datadir')),
-  exclude_files: [ 'Makefile', 'Makefile.in', 'Makefile.am', 'gnome-calculator-src.svg' ],
+  exclude_files: [ 'gnome-calculator-src.svg' ],
 )
 
 # Desktop file


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