From 95c3cba08ea09ecabb84cfd662bec76668b89bf7 Mon Sep 17 00:00:00 2001 From: ormorph Date: Sat, 11 May 2024 17:09:03 +0300 Subject: Build documentation for each subpackage separately Signed-off-by: ormorph --- doc/man/kpersonalizer/CMakeLists.txt | 7 ++++ doc/man/kpersonalizer/kpersonalizer.1 | 66 +++++++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+) create mode 100644 doc/man/kpersonalizer/CMakeLists.txt create mode 100644 doc/man/kpersonalizer/kpersonalizer.1 (limited to 'doc/man/kpersonalizer') diff --git a/doc/man/kpersonalizer/CMakeLists.txt b/doc/man/kpersonalizer/CMakeLists.txt new file mode 100644 index 000000000..65c83b94f --- /dev/null +++ b/doc/man/kpersonalizer/CMakeLists.txt @@ -0,0 +1,7 @@ +file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 ) + +install( + FILES ${_man_files} + DESTINATION ${MAN_INSTALL_DIR}/man1 + COMPONENT doc +) diff --git a/doc/man/kpersonalizer/kpersonalizer.1 b/doc/man/kpersonalizer/kpersonalizer.1 new file mode 100644 index 000000000..01dc0b3cc --- /dev/null +++ b/doc/man/kpersonalizer/kpersonalizer.1 @@ -0,0 +1,66 @@ +.TH KPERSONALIZER 1 +.SH NAME +kpersonalizer - TDE basic settings wizard + +.SH SYNOPSIS + +.B kpersonalizer [OPTION...] + +.SH DESCRIPTION + +The TDE Personalizer (KPersonalizer) is a wizard to configure TDE, and should automatically be run the first time a user runs TDE, to allow the user to configure basic TDE settings. +.PP +KPersonalizer allows the user to set locales, desktop behavior, enable accessibility features, and so forth. The options can be changed later by the Trinity Control Center application. + +.SH OPTIONS + +KPersonalizer accepts the following options: +.PP +.B Help options +.TP +.B \-\-help +Show help about options. +.TP +.B \-\-help-qt +Show Qt specific options. +.TP +.B \-\-help-tde +Show TDE specific options. +.TP +.B \-\-help-all +Show all options. +.TP +.B \-\-author +Show author information. +.TP +.B \-v, \-\-version +Show version information. +.TP +.B \-\-license +Show license information. + +.PP +.B Options +.TP +.B \-r +KPersonalizer is restarted by itself. +.TP +.B \-\-before-session +KPersonalizer is started before the TDE session. + +.SH EXAMPLES +.TP +.B kpersonalizer +Run kpersonalizer to set (or reset) TDE preferences. +.TP +.B kpersonalizer --before-session +Run kpersonalizer before the first TDE session. + +.SH AUTHORS + +Kpersonalizer was written by Ralf Nolden , Carsten Wolff , qwertz , and Bernhard Rosenkraenzer . +.PP +This manual page was written by Joe Brockmeier , for the Debian GNU/Linux project, but may be used by others. +.SH "SEE ALSO" +.TP +.BR khelpcenter (1) -- cgit v1.2.1