summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/CMakeLists.txt14
-rw-r--r--doc/en/CMakeLists.txt1
-rw-r--r--doc/en/index.docbook13
-rw-r--r--doc/man/CMakeLists.txt5
-rw-r--r--doc/man/katapult.136
5 files changed, 18 insertions, 51 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/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 96a624a..04226d6 100644
--- a/doc/en/index.docbook
+++ b/doc/en/index.docbook
@@ -480,16 +480,3 @@ Please at least include KDE, the KDE package it is in, the name
&documentation.index;
</book>
-
-<!--
-Local Variables:
-mode: xml
-sgml-minimize-attributes:nil
-sgml-general-insert-case:lower
-sgml-indent-step:0
-sgml-indent-data:nil
-End:
-
-vim:tabstop=2:shiftwidth=2:expandtab
-kate: space-indent on; indent-width 2; tab-width 2; indent-mode none;
--->
diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt
deleted file mode 100644
index 8512250..0000000
--- a/doc/man/CMakeLists.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-INSTALL(
- FILES ${PROJECT_NAME}.1
- DESTINATION ${MAN_INSTALL_DIR}/man1
- COMPONENT doc
-)
diff --git a/doc/man/katapult.1 b/doc/man/katapult.1
index 870f4e0..cdf936c 100644
--- a/doc/man/katapult.1
+++ b/doc/man/katapult.1
@@ -28,33 +28,33 @@ Katapult is a TDE laucher.
.PP
It uses text-based queries to launch a program, a bookmark or a directory.
.SH OPTIONS
-All TDE and Qt
+All TDE and TQt
programs accept a some common command-line options. Katapult has no
application-specific options.
.PP
-.TP
-\*(T<\fB\-\-help\fR\*(T>
+.TP
+\*(T<\fB\-\-help\fR\*(T>
Show help about options
-.TP
-\*(T<\fB\-\-help\-qt\fR\*(T>
-Show Qt specific options
-.TP
-\*(T<\fB\-\-help\-tde\fR\*(T>
+.TP
+\*(T<\fB\-\-help\-tqt\fR\*(T>
+Show TQt specific options
+.TP
+\*(T<\fB\-\-help\-tde\fR\*(T>
Show TDE specific options
-.TP
-\*(T<\fB\-\-help\-all\fR\*(T>
+.TP
+\*(T<\fB\-\-help\-all\fR\*(T>
Show all options
-.TP
-\*(T<\fB\-\-author\fR\*(T>
+.TP
+\*(T<\fB\-\-author\fR\*(T>
Show author information
-.TP
-\*(T<\fB\-v\fR\*(T>, \*(T<\fB\-\-version\fR\*(T>
+.TP
+\*(T<\fB\-v\fR\*(T>, \*(T<\fB\-\-version\fR\*(T>
Show version information
-.TP
-\*(T<\fB\-\-license\fR\*(T>
+.TP
+\*(T<\fB\-\-license\fR\*(T>
Show license information
-.TP
-\*(T<\fB\-\-\fR\*(T>
+.TP
+\*(T<\fB\-\-\fR\*(T>
Indicates end of options
.SH COPYRIGHT
This manual page was written by Jean-Remy Falleri