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.docbook15
-rw-r--r--doc/man/CMakeLists.txt5
-rw-r--r--doc/man/d3lphin.124
5 files changed, 12 insertions, 47 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 fb61745..66b6658 100644
--- a/doc/en/index.docbook
+++ b/doc/en/index.docbook
@@ -1365,18 +1365,3 @@ Other &kde; libraries may also be required for some advanced features.
&documentation.index;
</book>
-
-<!--
-Local Variables:
-mode: sgml
-sgml-minimize-attributes:nil
-sgml-general-insert-case:lower
-sgml-indent-step:0
-sgml-indent-data:nil
-End:
-
-vim:tabstop=2:shiftwidth=2:expandtab
--->
-
-
-
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/d3lphin.1 b/doc/man/d3lphin.1
index 3f2814b..b46750d 100644
--- a/doc/man/d3lphin.1
+++ b/doc/man/d3lphin.1
@@ -2,8 +2,8 @@
.SH NAME
dolphin \- File manager for TDE focusing on usability
.SH SYNOPSIS
-.B dolphin
-.RI [Qt-options] [TDE-options] [URL]
+.B dolphin
+.RI [TQt-options] [TDE-options] [URL]
.SH DESCRIPTION
dolphin is not intended to be a competitor to Konqueror, the default TDE
file manager: Konqueror acts as universal viewer being able to show HTML
@@ -12,7 +12,7 @@ dolphin \- File manager for TDE focusing on usability
interface for the task of file management.
.PP
.SH FEATURES
-.PP
+.PP
* Navigation bar (breadcrumbs)
.PP
* View properties remembered for each folder
@@ -26,33 +26,33 @@ dolphin \- File manager for TDE focusing on usability
* Renaming of a variable number of selected items in one step.
.PP
.SH OPTIONS
-.SS
+.SS
.SS Generic Options:
.TP
.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
+.B --help-tde
Show TDE specific options
.TP
-.B --help-all
+.B --help-all
Show all options
.TP
-.B --author
+.B --author
Show author information
.TP
-.B -v, --version
+.B -v, --version
Show version information
.TP
-.B --license
+.B --license
Show license information
.SS
.SS Arguments:
.TP
-.B URL
+.B URL
Document to open
.PP
.SH HOMEPAGE