Script to download Continuous Build AppImages
[geeqie.git] / scripts / meson.build
1 # This file is a part of Geeqie project (https://www.geeqie.org/).
2 # Copyright (C) 2008 - 2023 The Geeqie Team
3 #
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 2 of the License, or
7 # (at your option) any later version.
8 #
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 # GNU General Public License for more details.
13
14 script_sources += files('authors.sh',
15 'devel-install.sh',
16 'doxygen-help.sh',
17 'doxygen.sh',
18 'geeqie-download-appimage.sh',
19 'generate-ClayRGB1998-icc-h.sh',
20 'generate-appimage.sh',
21 'generate-linuxdeploy-for-arm.sh',
22 'generate-man-page.sh',
23 'get-test-images.sh',
24 'gq-marshal-pragma.sh',
25 'image-test.sh',
26 'keyword_merge.sh',
27 'lua-test.sh',
28 'new-release.sh',
29 'template-desktop.sh',
30 'translators.sh',
31 'untranslated-text.sh',
32 'web-help.sh')
33