diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index 2f88a3ab..943ed741 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -12,9 +12,7 @@ if (NOT WIN32)
add_subdirectory( meinproc4 )
add_subdirectory( sonnet )
add_subdirectory( qtoptions )
- add_subdirectory( kde4-config )
- add_subdirectory( kjs )
- add_subdirectory( kjscmd )
+ add_subdirectory( kde4-config ))
add_subdirectory( kross )
add_subdirectory( kded4 )
add_subdirectory( kconfig_compiler )
diff --git a/doc/kjs/CMakeLists.txt b/doc/kjs/CMakeLists.txt
deleted file mode 100644
index eab46688..00000000
--- a/doc/kjs/CMakeLists.txt
+++ /dev/null
@@ -1 +0,0 @@
-kde4_create_manpage(man-kjs.1.docbook 1 INSTALL_DESTINATION ${MAN_INSTALL_DIR})
diff --git a/doc/kjs/man-kjs.1.docbook b/doc/kjs/man-kjs.1.docbook
deleted file mode 100644
index 14055da2..00000000
--- a/doc/kjs/man-kjs.1.docbook
+++ /dev/null
@@ -1,192 +0,0 @@
-
-
-]>
-
-
-
-
-&kde; User's Manual
-
-
-Harri
-Porten
-
-porten@kde.org
-
-
-
-2008-10-15
-0.01.01
-
-
-
-
-kjs
-1
-
-
-
-kjs
-&kde; ECMAScript compatible interpreter
-
-
-
-Synopsis
-
-
-kjs
-
-
---help
--help
--h
-
-
-
--e statement
-
-
-script
-
-
-
-
-
-Description
-
-kjs is KDE ECMAScript/JavaScript engine.
-
-
-
-
-Application Options
-
-
-
-,,
-
-
-Show kjscmd usage.
-
-
-
-
-
- statement
-
-Executes the statement and exits. For example:
-kjs -e "print('hello world')"
-
-
-
-
-script
-
-Executes the statements included in file script.
-
-
-
-
-
-
-
-
-Usage
-
-kjs file, as many other interpreters, when called without parameters
-uses a line editor to enter statements, showing the prompt
-JS>
-To exit the line editor type quit() or press Ctrl+D.
-
-
-
-
-See Also
-kjs(1)
-
-
-
-Bugs
-There are probably tons of bugs. Use bugs.kde.org to report them.
-
-
-
diff --git a/doc/kjscmd/CMakeLists.txt b/doc/kjscmd/CMakeLists.txt
deleted file mode 100644
index 6cb36706..00000000
--- a/doc/kjscmd/CMakeLists.txt
+++ /dev/null
@@ -1 +0,0 @@
-kde4_create_manpage(man-kjscmd.1.docbook 1 INSTALL_DESTINATION ${MAN_INSTALL_DIR})
diff --git a/doc/kjscmd/man-kjscmd.1.docbook b/doc/kjscmd/man-kjscmd.1.docbook
deleted file mode 100644
index 5a7fd02f..00000000
--- a/doc/kjscmd/man-kjscmd.1.docbook
+++ /dev/null
@@ -1,206 +0,0 @@
-
-
-]>
-
-
-
-
-&kde; User's Manual
-
-
-
-
-Harri
-Porten
-
-porten@kde.org
-
-
-
-2008-10-16
-0.01.01
-
-
-
-
-kjscmd
-1
-
-
-
-kjscmd
-&kde; KJSEmbed interpreter
-
-
-
-Synopsis
-
-
-kjscmd
-
---help
-
-
--e
---exec
-
-
--i
--interactive
-
-
--n
--no-kde
-
-file
-
-
-
-
-Description
-
-kjscmd is a tool for launching KJSEmbed scripts from the command line.
-It will run the scripts contained in the named file using KJSEmbed.
-It does not accept - (stdin) as a file.
-
-
-
-
-
-Application Options
-
-
-
-,
-
-
-execute script in file without gui support.
-
-
-
-
-
-,
-
-start interactive kjs interpreter.
-
-
-
-
-,
-
-start without &kde; KApplication support.
-
-
-
-
-
-
-
-
-
-Usage
-
-The most common way to run kjscmd is simply as
-
-kjscmd file
-
-
-If no parameter file is used, it executes a predefined test
-script that measures the start speed of kjscmd.
-
-
-
-
-See Also
-kjs(1)
-
-
-
-Bugs
-There are probably tons of bugs. Use bugs.kde.org to report them.
-
-
-
-
-
-