diff options
author | gregory guy <[email protected]> | 2018-09-04 14:34:08 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-09-05 18:57:38 +0200 |
commit | 377bd1d5bba627b2a2e772bdb0d2e23c01eac94d (patch) | |
tree | b64e790184be8a8b3480d913b45a566201017d7a /doc/man | |
parent | cef2ac54c1342c349e4bef54910ef590f05ff9de (diff) | |
download | yakuake-377bd1d5bba627b2a2e772bdb0d2e23c01eac94d.tar.gz yakuake-377bd1d5bba627b2a2e772bdb0d2e23c01eac94d.zip |
cmake conversion
Signed-off-by: gregory guy <[email protected]>
(cherry picked from commit 30aac996d32bdffad7de551d3acb1bbf36c69643)
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/CMakeLists.txt | 5 | ||||
-rw-r--r-- | doc/man/yakuake.1 | 50 |
2 files changed, 55 insertions, 0 deletions
diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt new file mode 100644 index 0000000..8512250 --- /dev/null +++ b/doc/man/CMakeLists.txt @@ -0,0 +1,5 @@ +INSTALL( + FILES ${PROJECT_NAME}.1 + DESTINATION ${MAN_INSTALL_DIR}/man1 + COMPONENT doc +) diff --git a/doc/man/yakuake.1 b/doc/man/yakuake.1 new file mode 100644 index 0000000..fd9f23e --- /dev/null +++ b/doc/man/yakuake.1 @@ -0,0 +1,50 @@ +.TH YaKuake 1 "Oct 2005" "" "" +.SH NAME +YaKuake \- a Quake-style terminal emulator based on TDE Konsole technology. +.SH SYNOPSIS +.B YaKuake +[Qt\-options] [TDE\-options] +.SH DESCRIPTION +YaKuake is inspired from the terminal in the Quake game: when you press a key +(by default F12, but that can be changed) a terminal window slides down from +the top of the screen. Press the key again, and the terminal slides back. + +It is faster than a keyboard shortcut because it is already loaded into memory +and as such is very useful to anyone who frequently finds themselves switching +in and out of terminal sessions. +.SH OPTIONS +YaKuake has no application-specific options. + +Generic 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 +.TP +.B \-\- +End of options +.SH SEE ALSO +YaKuake Homepage: http://extragear.kde.org/apps/yakuake/ +.SH AUTHOR +YaKuake was written by Francois Chazal <[email protected]>. +YaKuake is currently maintained by Eike Hein <[email protected]>. +.SH OTHER +This manual page was written by Ana Beatriz Guerrero Lopez <[email protected]>, +for the Debian project (but may be used by others). |