[swell-foop] meson: removed exclude_files for Makefiles (#9)



commit 4eda15e8d5f3d0597f7610bcf33bfe5a8c8e5573
Author: Robert Roth <robert roth off gmail com>
Date:   Wed Aug 8 00:44:06 2018 +0300

    meson: removed exclude_files for Makefiles (#9)
    
    Makefiles and autotools files have been deleted, so they don't have to be excluded anymore.
    https://gitlab.gnome.org/GNOME/swell-foop/issues/9

 data/meson.build | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
---
diff --git a/data/meson.build b/data/meson.build
index 9482a71..faa2f31 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -1,16 +1,12 @@
 # Icons
 install_subdir('icons',
   install_dir: datadir,
-  exclude_files: [ 'Makefile', 'Makefile.in', 'Makefile.am', 'icon-source.svg','.gitignore' ],
+  exclude_files: [ 'icon-source.svg' ],
 )
 
 # Themes
 install_subdir('themes',
   install_dir: pkgdatadir,
-  exclude_files: [ 'Makefile', 'Makefile.in', 'Makefile.am', '.gitignore',
-                   'colors/Makefile', 'colors/Makefile.in', 'colors/Makefile.am', 'colors/.gitignore',
-                   'shapesandcolors/Makefile', 'shapesandcolors/Makefile.in', 
-                   'shapesandcolors/Makefile.am', 'shapesandcolors/.gitignore', ],
 )
 
 # UI files


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