diff options
author | ormorph <roma251078@mail.ru> | 2024-05-11 17:09:03 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2024-05-12 15:58:12 +0300 |
commit | 95c3cba08ea09ecabb84cfd662bec76668b89bf7 (patch) | |
tree | 9509b0c7e97daeb0c8c5d49dc82e2de7d2057069 /doc/man/kpager | |
parent | 60c0ef10ab3647e0993c27de6263a9029f80e010 (diff) | |
download | tdebase-95c3cba08ea09ecabb84cfd662bec76668b89bf7.tar.gz tdebase-95c3cba08ea09ecabb84cfd662bec76668b89bf7.zip |
Build documentation for each subpackage separately
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'doc/man/kpager')
-rw-r--r-- | doc/man/kpager/CMakeLists.txt | 7 | ||||
-rw-r--r-- | doc/man/kpager/kpager.1 | 53 |
2 files changed, 60 insertions, 0 deletions
diff --git a/doc/man/kpager/CMakeLists.txt b/doc/man/kpager/CMakeLists.txt new file mode 100644 index 000000000..65c83b94f --- /dev/null +++ b/doc/man/kpager/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/kpager/kpager.1 b/doc/man/kpager/kpager.1 new file mode 100644 index 000000000..63a24f267 --- /dev/null +++ b/doc/man/kpager/kpager.1 @@ -0,0 +1,53 @@ +.TH KPAGER 1 "August, 24 2003" +.SH NAME +kpager \- Trinity desktop pager +.SH SYNOPSIS +.B kpager +.RI [ options ] +.SH DESCRIPTION +This manual page documents briefly the +.B kpager +command. +This manual page was written for the Debian distribution +because the original program does not have a manual page. +.PP +.\" TeX users may be more comfortable with the \fB<whatever>\fP and +.\" \fI<whatever>\fP escape sequences to invode bold face and italics, +.\" respectively. +\fBkpager\fP is a desktop pager for the Trinity desktop. It creates mini-views of the different Trinity desktops. These views show the real content of the desktop, or only icons. +.SH OPTIONS +These programs follow the usual GNU command line syntax, with long +options starting with two dashes (`-'). +A summary of options is included below. +.TP +.B \-\-help +Show summary of options. +.TP +.B \-\-help\-qt +Show QT specific help (common for all QT apps). +.TP +.B \-\-help\-tde +Show TDE specific help (common for all TDE apps). +.TP +.B \-\-help\-all +Show the complete help. +.TP +.B \-\-author +Show program author(s). +.TP +.B \-\-license +Show program license. +.TP +.B \-v, \-\-version +Show version of program. +.TP +.B \-\-hidden +Create the preview of the desktops, but hide the window +.SH SEE ALSO +For more details, you should have a look at the TDE Help center, available +from the T menu. +.SH AUTHOR +This manual page was written by Clement Stenac <zorglub@via.ecp.fr>, +for the Debian GNU/Linux project (but may be used by others). +.PP +kpager was written by the KDE project |