[gnome-mines] help: Do not include unused help images bloating the tarball size
- From: Andre Klapper <aklapper src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-mines] help: Do not include unused help images bloating the tarball size
- Date: Sat, 7 Oct 2017 18:10:54 +0000 (UTC)
commit 01ac88a67377fac03a0b6d9d83c18a5b078d3a28
Author: Andre Klapper <a9016009 gmx de>
Date: Sat Oct 7 20:10:31 2017 +0200
help: Do not include unused help images bloating the tarball size
help/Makefile.am | 10 +---------
help/meson.build | 12 ++----------
2 files changed, 3 insertions(+), 19 deletions(-)
---
diff --git a/help/Makefile.am b/help/Makefile.am
index 126aad2..4c27532 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -2,19 +2,11 @@
HELP_ID = gnome-mines
HELP_MEDIA = \
- figures/easy-hints-1.png \
- figures/easy-hints-2.png \
- figures/easy-hints-3.png \
figures/flag-question.svg \
figures/flags.png \
figures/flag.svg \
- figures/gnome-mines.png \
- figures/hard-hints-1.png \
- figures/hard-hints-2.png \
- figures/hard-hints-3.png \
figures/logo32.png \
- figures/logo.png \
- figures/statusbar.png
+ figures/logo.png
HELP_FILES = \
board-size.page \
diff --git a/help/meson.build b/help/meson.build
index cdc99b3..a51ec6e 100644
--- a/help/meson.build
+++ b/help/meson.build
@@ -25,18 +25,10 @@ gnome.yelp ('gnome-mines',
'rules.page',
'shortcuts.page',
'translate.page' ],
- media: [ 'figures/easy-hints-1.png',
- 'figures/easy-hints-2.png',
- 'figures/easy-hints-3.png',
- 'figures/flag-question.svg',
+ media: [ 'figures/flag-question.svg',
'figures/flags.png',
'figures/flag.svg',
- 'figures/gnome-mines.png',
- 'figures/hard-hints-1.png',
- 'figures/hard-hints-2.png',
- 'figures/hard-hints-3.png',
'figures/logo32.png',
- 'figures/logo.png',
- 'figures/statusbar.png' ],
+ 'figures/logo.png' ],
languages: languages,
symlink_media: true)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]