[gnome-taquin] help: Do not include unused help images bloating the tarball size



commit 140bd1e442f6a3b17ffd7a78a3eca52c4e061e97
Author: Andre Klapper <a9016009 gmx de>
Date:   Sun Feb 24 15:20:58 2019 +0100

    help: Do not include unused help images bloating the tarball size

 help/meson.build | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/help/meson.build b/help/meson.build
index b2348d7..9bc6d8a 100644
--- a/help/meson.build
+++ b/help/meson.build
@@ -9,15 +9,12 @@ help_pages = [
     'start-screen.page',
 ]
 help_media = [
-    'figures/fifteen.png',
     'figures/logo.png',
     'figures/logo32.png',
-    'figures/sixteen.png',
-    'figures/start-screen.png',
 ]
 
 gnome.yelp(meson.project_name(),
     sources: help_pages,
     media: help_media,
     symlink_media: true
-)
\ No newline at end of file
+)


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