From 9e4c839881358e31973d9e31d119217fc7d36f9a Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 19 Jan 2014 13:03:18 -0600 Subject: [PATCH] Disable building scrollkeeper help handbook, resulting in an empty page. Scrollkeeper is obsolete and unsupported for 10+ years. --- khelpcenter/plugins/CMakeLists.txt | 2 +- khelpcenter/plugins/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/khelpcenter/plugins/CMakeLists.txt b/khelpcenter/plugins/CMakeLists.txt index fea32db40..eee6a6637 100644 --- a/khelpcenter/plugins/CMakeLists.txt +++ b/khelpcenter/plugins/CMakeLists.txt @@ -12,7 +12,7 @@ add_subdirectory( Applications ) add_subdirectory( Manpages ) # add_subdirectory( Tutorials ) -add_subdirectory( Scrollkeeper ) +# add_subdirectory( Scrollkeeper ) install( FILES applets.desktop contact.desktop faq.desktop info.desktop diff --git a/khelpcenter/plugins/Makefile.am b/khelpcenter/plugins/Makefile.am index c5601db13..d244d8b91 100644 --- a/khelpcenter/plugins/Makefile.am +++ b/khelpcenter/plugins/Makefile.am @@ -1,6 +1,6 @@ # SUBDIRS = Applications Manpages Tutorials Scrollkeeper -SUBDIRS = Applications Manpages Scrollkeeper +SUBDIRS = Applications Manpages plugin_DATA = applets.desktop contact.desktop faq.desktop info.desktop \ links.desktop support.desktop userguide.desktop welcome.desktop \