From 377bd1d5bba627b2a2e772bdb0d2e23c01eac94d Mon Sep 17 00:00:00 2001 From: gregory guy Date: Tue, 4 Sep 2018 14:34:08 +0200 Subject: cmake conversion Signed-off-by: gregory guy (cherry picked from commit 30aac996d32bdffad7de551d3acb1bbf36c69643) --- doc/CMakeLists.txt | 1 + doc/en/CMakeLists.txt | 1 + doc/man/CMakeLists.txt | 5 +++++ doc/man/yakuake.1 | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 57 insertions(+) create mode 100644 doc/CMakeLists.txt create mode 100644 doc/en/CMakeLists.txt create mode 100644 doc/man/CMakeLists.txt create mode 100644 doc/man/yakuake.1 (limited to 'doc') diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt new file mode 100644 index 0000000..6d0aa9f --- /dev/null +++ b/doc/CMakeLists.txt @@ -0,0 +1 @@ +tde_auto_add_subdirectories( ) diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt new file mode 100644 index 0000000..ba3ef3e --- /dev/null +++ b/doc/en/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_handbook( DESTINATION ${PROJECT_NAME} ) 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 . +YaKuake is currently maintained by Eike Hein . +.SH OTHER +This manual page was written by Ana Beatriz Guerrero Lopez , +for the Debian project (but may be used by others). -- cgit v1.2.1