From 363de72d1cbdf64fe99afa9d61fbb98d103f8fbb Mon Sep 17 00:00:00 2001
From: Slávek Banko <slavek.banko@axis.cz>
Date: Sun, 1 Mar 2026 12:32:45 +0100
Subject: khelpcenter: Remove installation of non-existent images.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

I looked at the source code all the way back to the original KDE 2.2
and there were always just rules for installing icons, but the files
were never present.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
---
 khelpcenter/pics/CMakeLists.txt | 1 -
 khelpcenter/pics/Makefile.am    | 4 ----
 2 files changed, 5 deletions(-)

diff --git a/khelpcenter/pics/CMakeLists.txt b/khelpcenter/pics/CMakeLists.txt
index 31014722a..e0d4cedaf 100644
--- a/khelpcenter/pics/CMakeLists.txt
+++ b/khelpcenter/pics/CMakeLists.txt
@@ -10,4 +10,3 @@
 #################################################
 
 tde_install_icons( khelpcenter )
-tde_install_icons( helpdoc helpbook helpbook_open DESTINATION ${DATA_INSTALL_DIR}/khelpcenter/icons )
diff --git a/khelpcenter/pics/Makefile.am b/khelpcenter/pics/Makefile.am
index dcfadd16a..788184ccd 100644
--- a/khelpcenter/pics/Makefile.am
+++ b/khelpcenter/pics/Makefile.am
@@ -1,6 +1,2 @@
 
 KDE_ICON = khelpcenter
-
-khelpcenter_ICON = helpdoc helpbook helpbook_open
-khelpcenterdir = $(kde_datadir)/khelpcenter/icons
-
-- 
cgit v1.2.3

