diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2026-03-01 12:32:45 +0100 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2026-03-01 12:32:45 +0100 |
| commit | 363de72d1cbdf64fe99afa9d61fbb98d103f8fbb (patch) | |
| tree | 37ac296cfb84f8cd12720525b4ce5ac75de1905f | |
| parent | 7cb5d96dd439bb7b88f9678e8b095c57fcf40a75 (diff) | |
| download | tdebase-363de72d1cbdf64fe99afa9d61fbb98d103f8fbb.tar.gz tdebase-363de72d1cbdf64fe99afa9d61fbb98d103f8fbb.zip | |
khelpcenter: Remove installation of non-existent images.
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>
| -rw-r--r-- | khelpcenter/pics/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | khelpcenter/pics/Makefile.am | 4 |
2 files changed, 0 insertions, 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 - |
