summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2018-09-04 14:34:08 +0200
committerSlávek Banko <slavek.banko@axis.cz>2018-09-05 18:57:38 +0200
commit377bd1d5bba627b2a2e772bdb0d2e23c01eac94d (patch)
treeb64e790184be8a8b3480d913b45a566201017d7a /doc
parentcef2ac54c1342c349e4bef54910ef590f05ff9de (diff)
downloadyakuake-377bd1d5bba627b2a2e772bdb0d2e23c01eac94d.tar.gz
yakuake-377bd1d5bba627b2a2e772bdb0d2e23c01eac94d.zip
cmake conversion
Signed-off-by: gregory guy <g-gregory@gmx.fr> (cherry picked from commit 30aac996d32bdffad7de551d3acb1bbf36c69643)
Diffstat (limited to 'doc')
-rw-r--r--doc/CMakeLists.txt1
-rw-r--r--doc/en/CMakeLists.txt1
-rw-r--r--doc/man/CMakeLists.txt5
-rw-r--r--doc/man/yakuake.150
4 files changed, 57 insertions, 0 deletions
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 <neptune3k@free.fr>.
+YaKuake is currently maintained by Eike Hein <sho@eikehein.com>.
+.SH OTHER
+This manual page was written by Ana Beatriz Guerrero Lopez <ana@ekaia.org>,
+for the Debian project (but may be used by others).