diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-24 20:59:48 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-24 20:59:48 -0500 |
commit | 11f3dd1d15b41cb813fe4fcdfc57a75da7adc14a (patch) | |
tree | 48fcfe57b788c7d084459414fa3bb0d76a747915 /khelpcenter/plugins/CMakeLists.txt | |
parent | 3726b33da55a0a3af923aea90e8b27781b6f5cac (diff) | |
download | tdebase-11f3dd1d15b41cb813fe4fcdfc57a75da7adc14a.tar.gz tdebase-11f3dd1d15b41cb813fe4fcdfc57a75da7adc14a.zip |
Update Help center: Reorganize TOC, rename files; initial update of FAQ,
Welcome, Quick Start guides; numerous revisions.
Diffstat (limited to 'khelpcenter/plugins/CMakeLists.txt')
-rw-r--r-- | khelpcenter/plugins/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/khelpcenter/plugins/CMakeLists.txt b/khelpcenter/plugins/CMakeLists.txt index 37aa2b3fb..cbda88d75 100644 --- a/khelpcenter/plugins/CMakeLists.txt +++ b/khelpcenter/plugins/CMakeLists.txt @@ -11,12 +11,12 @@ add_subdirectory( Applications ) add_subdirectory( Manpages ) -add_subdirectory( Tutorials ) +# add_subdirectory( Tutorials ) add_subdirectory( Scrollkeeper ) install( FILES applets.desktop contact.desktop faq.desktop info.desktop links.desktop support.desktop userguide.desktop welcome.desktop hardwaremodules.desktop kcontrolmodules.desktop konqplugins.desktop - kioslaves.desktop + kioslaves.desktop quickstart.desktop visualdict.desktop DESTINATION ${DATA_INSTALL_DIR}/khelpcenter/plugins ) |