summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/CMakeLists.txt14
-rw-r--r--doc/da/CMakeLists.txt1
-rw-r--r--doc/da/index.docbook4
-rw-r--r--doc/en/CMakeLists.txt1
-rw-r--r--doc/en/index.docbook4
-rw-r--r--doc/it/CMakeLists.txt1
-rw-r--r--doc/it/index.docbook4
-rw-r--r--doc/man/CMakeLists.txt8
-rw-r--r--doc/man/kiosktool-tdedirs.110
-rw-r--r--doc/man/kiosktool.110
-rw-r--r--doc/nl/CMakeLists.txt1
-rw-r--r--doc/nl/index.docbook4
-rw-r--r--doc/pt/CMakeLists.txt1
-rw-r--r--doc/pt/index.docbook4
-rw-r--r--doc/sv/CMakeLists.txt1
-rw-r--r--doc/sv/index.docbook4
16 files changed, 10 insertions, 62 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
deleted file mode 100644
index 70d6348..0000000
--- a/doc/CMakeLists.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-file( GLOB _dirs RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} * )
-string( REGEX REPLACE "[ \r\n\t]+" ";" _linguas "$ENV{LINGUAS}" )
-
-foreach( _dir ${_dirs} )
- if( IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/${_dir} AND
- EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${_dir}/CMakeLists.txt )
- if( "${_dir}" STREQUAL "en" OR
- "${_dir}" STREQUAL "man" OR
- "${_linguas}" MATCHES "^;*$" OR
- ";${_linguas};" MATCHES ";${_dir};" )
- add_subdirectory( ${_dir} )
- endif( )
- endif()
-endforeach()
diff --git a/doc/da/CMakeLists.txt b/doc/da/CMakeLists.txt
deleted file mode 100644
index 6121dc2..0000000
--- a/doc/da/CMakeLists.txt
+++ /dev/null
@@ -1 +0,0 @@
-tde_create_handbook( DESTINATION ${PROJECT_NAME} LANG da )
diff --git a/doc/da/index.docbook b/doc/da/index.docbook
index 5779392..c82cbe2 100644
--- a/doc/da/index.docbook
+++ b/doc/da/index.docbook
@@ -114,7 +114,3 @@
&documentation.index;
</book>
-
-<!--
-vim:tabstop=2:shiftwidth=2:expandtab
--->
diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt
deleted file mode 100644
index ba3ef3e..0000000
--- a/doc/en/CMakeLists.txt
+++ /dev/null
@@ -1 +0,0 @@
-tde_create_handbook( DESTINATION ${PROJECT_NAME} )
diff --git a/doc/en/index.docbook b/doc/en/index.docbook
index 99a6000..9964983 100644
--- a/doc/en/index.docbook
+++ b/doc/en/index.docbook
@@ -92,7 +92,3 @@ Documentation copyright 2004 Waldo Bastian <email>bastian@kde.org</email>
&documentation.index;
</book>
-
-<!--
-vim:tabstop=2:shiftwidth=2:expandtab
--->
diff --git a/doc/it/CMakeLists.txt b/doc/it/CMakeLists.txt
deleted file mode 100644
index e213f2f..0000000
--- a/doc/it/CMakeLists.txt
+++ /dev/null
@@ -1 +0,0 @@
-tde_create_handbook( DESTINATION ${PROJECT_NAME} LANG it )
diff --git a/doc/it/index.docbook b/doc/it/index.docbook
index ece1240..21831ff 100644
--- a/doc/it/index.docbook
+++ b/doc/it/index.docbook
@@ -132,7 +132,3 @@
&documentation.index;
</book>
-
-<!--
-vim:tabstop=2:shiftwidth=2:expandtab
--->
diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt
deleted file mode 100644
index 3566987..0000000
--- a/doc/man/CMakeLists.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-INSTALL(
- FILES
- ${PROJECT_NAME}.1
- ${PROJECT_NAME}-tdedirs.1
-
- DESTINATION ${MAN_INSTALL_DIR}/man1
- COMPONENT doc
-)
diff --git a/doc/man/kiosktool-tdedirs.1 b/doc/man/kiosktool-tdedirs.1
index 40cc5a9..e216018 100644
--- a/doc/man/kiosktool-tdedirs.1
+++ b/doc/man/kiosktool-tdedirs.1
@@ -4,7 +4,7 @@
kiosktool\-tdedirs
\- A tool to set $TDEDIRS according to the current user profile.
.SH SYNOPSIS
-kiosktool\-tdedirs [Qt\-options] [TDE\-options] [options]
+kiosktool\-tdedirs [TQt\-options] [TDE\-options] [options]
.SH DESCRIPTION
.SH OPTIONS
@@ -17,8 +17,8 @@ Output currently active prefixes
.B \-\-help
Show help about options
.TP
-.B \-\-help\-qt
-Show Qt specific options
+.B \-\-help\-tqt
+Show TQt specific options
.TP
.B \-\-help\-tde
Show TDE specific options
@@ -67,7 +67,7 @@ sets the application GUI style.
.B \-\-geometry <geometry>
sets the client geometry of the main widget.
.SS
-.SS Qt options:
+.SS TQt options:
.TP
.B \-\-display <displayname>
Use the X\-server display 'displayname'.
@@ -86,7 +86,7 @@ using the QApplication::ManyColor color
specification.
.TP
.B \-\-nograb
-tells Qt to never grab the mouse or the keyboard.
+tells TQt to never grab the mouse or the keyboard.
.TP
.B \-\-dograb
running under a debugger can cause an implicit
diff --git a/doc/man/kiosktool.1 b/doc/man/kiosktool.1
index ef68463..39fd481 100644
--- a/doc/man/kiosktool.1
+++ b/doc/man/kiosktool.1
@@ -4,7 +4,7 @@
kiosktool
\- KIOSK Admin Tool
.SH SYNOPSIS
-kiosktool [Qt\-options] [TDE\-options] [options]
+kiosktool [TQt\-options] [TDE\-options] [options]
.SH DESCRIPTION
With this application we can lock the access to some parts of Trinity desktop
and its applications.
@@ -19,8 +19,8 @@ tderc file to save settings to [/etc/tderc]
.B \-\-help
Show help about options
.TP
-.B \-\-help\-qt
-Show Qt specific options
+.B \-\-help\-tqt
+Show TQt specific options
.TP
.B \-\-help\-tde
Show TDE specific options
@@ -69,7 +69,7 @@ sets the application GUI style.
.B \-\-geometry <geometry>
sets the client geometry of the main widget.
.SS
-.SS Qt options:
+.SS TQt options:
.TP
.B \-\-display <displayname>
Use the X\-server display 'displayname'.
@@ -88,7 +88,7 @@ using the QApplication::ManyColor color
specification.
.TP
.B \-\-nograb
-tells Qt to never grab the mouse or the keyboard.
+tells TQt to never grab the mouse or the keyboard.
.TP
.B \-\-dograb
running under a debugger can cause an implicit
diff --git a/doc/nl/CMakeLists.txt b/doc/nl/CMakeLists.txt
deleted file mode 100644
index 39c20ab..0000000
--- a/doc/nl/CMakeLists.txt
+++ /dev/null
@@ -1 +0,0 @@
-tde_create_handbook( DESTINATION ${PROJECT_NAME} LANG nl )
diff --git a/doc/nl/index.docbook b/doc/nl/index.docbook
index 35585c8..45d8685 100644
--- a/doc/nl/index.docbook
+++ b/doc/nl/index.docbook
@@ -114,7 +114,3 @@
&documentation.index;
</book>
-
-<!--
-vim:tabstop=2:shiftwidth=2:expandtab
--->
diff --git a/doc/pt/CMakeLists.txt b/doc/pt/CMakeLists.txt
deleted file mode 100644
index fa558f0..0000000
--- a/doc/pt/CMakeLists.txt
+++ /dev/null
@@ -1 +0,0 @@
-tde_create_handbook( DESTINATION ${PROJECT_NAME} LANG pt )
diff --git a/doc/pt/index.docbook b/doc/pt/index.docbook
index f6903d6..0fdd5e7 100644
--- a/doc/pt/index.docbook
+++ b/doc/pt/index.docbook
@@ -132,7 +132,3 @@
&documentation.index;
</book>
-
-<!--
-vim:tabstop=2:shiftwidth=2:expandtab
--->
diff --git a/doc/sv/CMakeLists.txt b/doc/sv/CMakeLists.txt
deleted file mode 100644
index bc04ab0..0000000
--- a/doc/sv/CMakeLists.txt
+++ /dev/null
@@ -1 +0,0 @@
-tde_create_handbook( DESTINATION ${PROJECT_NAME} LANG sv )
diff --git a/doc/sv/index.docbook b/doc/sv/index.docbook
index a67c9ee..194d973 100644
--- a/doc/sv/index.docbook
+++ b/doc/sv/index.docbook
@@ -132,7 +132,3 @@
&documentation.index;
</book>
-
-<!--
-vim:tabstop=2:shiftwidth=2:expandtab
--->