diff options
author | Slávek Banko <[email protected]> | 2021-07-26 17:30:04 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-07-26 17:30:04 +0200 |
commit | 9d7fc4700e86be84e382f7f13b34b14100d55063 (patch) | |
tree | 01439098d945fa12ca9069b2e4ee05a30a1fe990 /man | |
parent | 33223317f7029947c904a4bc2e9d37014f0a0eed (diff) | |
download | tdedocker-9d7fc4700e86be84e382f7f13b34b14100d55063.tar.gz tdedocker-9d7fc4700e86be84e382f7f13b34b14100d55063.zip |
Use common rules for build and install documentation and translations.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'man')
-rw-r--r-- | man/CMakeLists.txt | 5 | ||||
-rw-r--r-- | man/tdedocker.1 | 68 |
2 files changed, 0 insertions, 73 deletions
diff --git a/man/CMakeLists.txt b/man/CMakeLists.txt deleted file mode 100644 index 8512250..0000000 --- a/man/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -INSTALL( - FILES ${PROJECT_NAME}.1 - DESTINATION ${MAN_INSTALL_DIR}/man1 - COMPONENT doc -) diff --git a/man/tdedocker.1 b/man/tdedocker.1 deleted file mode 100644 index e5f3830..0000000 --- a/man/tdedocker.1 +++ /dev/null @@ -1,68 +0,0 @@ -.TH TDEDOCKER 1 -.SH NAME -tdedocker \- puts everything to traybar -.SH SYNOPSIS -.B tdedocker -.RI [ options ] -.br -.SH DESCRIPTION -This manual page documents briefly the -.B tdedocker -command. -.PP -\fBtdedocker\fP is a program that puts every application to the system tray. -.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 \-a -Show author information. Yup, about me. -.TP -.B \-b -Suppress the warning dialog when docking non-normal windows (blind mode) -.TP -.B \-d -Disable session management. TDEDocker will not attempt to redock this application when you relogin. -.TP -.B \-e -Enable session management. TDEDocker will attempt to redock this application when you relogin. .B[default] -.TP -.B \-f -Dock window that has the focus(active window). -.TP -.B \-i "icon" -Custom dock icon. -.TP -.B \-h -Show summary of options. -.TP -.B \-l -Launch on startup -.TP -.B \-m -Keep application window mapped (dont hide on dock) -.TP -.B \-o -Dock when obscured -.TP -.B \-p "secs" -By default, when the title of the application changes, it is ballooned from the system tray for 4 seconds. Works excellently with xmms -.TP -.B \-q -Disable ballooning title changes (quiet) -.TP -.B \-t -Remove this application from the task bar -.TP -.B \-v, \-\-version -Show version of program. -.TP -.B \-w "wid" -Window id of the application to dock -.br -.SH AUTHOR -tdedocker was written by Girish Ramakrishnan ([email protected]). -.PP -This manual page was written by Lorenzo Villani <[email protected]>, -for the Ubuntu project (but may be used by others). |