28 lines
828 B
Diff
28 lines
828 B
Diff
From fd4b99f3713218bbb0f42a3736f029ced66dbc4d Mon Sep 17 00:00:00 2001
|
|
From: Marek Kasik <mkasik@redhat.com>
|
|
Date: Tue, 25 Mar 2025 14:14:59 +0100
|
|
Subject: [PATCH] help: List "search-not-found.png" in media files
|
|
|
|
"search-not-found.png" is referenced in help pages but not listed
|
|
among media files in help/meson.build. This causes that the file
|
|
is not installed and showing of the help can fail.
|
|
---
|
|
help/meson.build | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/help/meson.build b/help/meson.build
|
|
index 42bab279c..96996a794 100644
|
|
--- a/help/meson.build
|
|
+++ b/help/meson.build
|
|
@@ -80,6 +80,7 @@ if enable_user_doc
|
|
'figures/annotations-nav-to-page.png',
|
|
'figures/emblem-system-symbolic.svg',
|
|
'figures/org.gnome.Papers.svg',
|
|
+ 'figures/search-not-found.png',
|
|
'figures/zoom.png',
|
|
]
|
|
|
|
--
|
|
2.49.0
|
|
|